You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ This library supports a total of over 70 formats for decoding, including:
26
26
- Over 30 uncompressed formats. E.g. `R8G8B8A8_UNORM`, `R9G9B9E5_SHAREDEXP`, `R32G32B32_FLOAT`.
27
27
- Many YUV formats. E.g. `AYUV`, `Y416`, `YUY2`, `NV12`.
28
28
29
-
Most formats support encoding. Notable exceptions are the ASTC formats ([#23](https://github.com/image-rs/image-dds/issues/23)), BC7 ([#20](https://github.com/image-rs/image-dds/issues/20)), and BC6 (currently not planned).
29
+
Most formats support encoding. Notable exceptions are the ASTC formats ([#23](https://github.com/image-rs/image-dds/issues/23)) and BC6 (currently not planned).
30
30
31
31
For a full list of all support formats and their capabilities, see [this document](./supported-formats.md).
0 commit comments