Skip to content

Commit 5a1d77a

Browse files
committed
Update format support tables
1 parent 120c799 commit 5a1d77a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,9 @@ image format encoders and decoders.
4444

4545
| Format | Decoding | Encoding |
4646
| -------- | ----------------------------------------- | --------------------------------------- |
47-
| AVIF | Yes (8-bit only) \* | Yes (lossy only) |
47+
| AVIF | Yes \* | Yes (lossy only) |
4848
| BMP | Yes | Yes |
49-
| DDS | Yes | --- |
49+
| DDS | Yes | --- |
5050
| Farbfeld | Yes | Yes |
5151
| GIF | Yes | Yes |
5252
| HDR | Yes | Yes |

src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -205,7 +205,7 @@ pub mod flat;
205205
///
206206
/// | Format | Decoding | Encoding |
207207
/// | -------- | ----------------------------------------- | --------------------------------------- |
208-
/// | AVIF | Yes (8-bit only) \* | Yes (lossy only) |
208+
/// | AVIF | Yes \* | Yes (lossy only) |
209209
/// | BMP | Yes | Yes |
210210
/// | DDS | Yes | --- |
211211
/// | Farbfeld | Yes | Yes |

0 commit comments

Comments
 (0)