Skip to content

Commit

Permalink
Update format support tables
Browse files Browse the repository at this point in the history
  • Loading branch information
Shnatsel committed Nov 4, 2024
1 parent 120c799 commit 5a1d77a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ image format encoders and decoders.

| Format | Decoding | Encoding |
| -------- | ----------------------------------------- | --------------------------------------- |
| AVIF | Yes (8-bit only) \* | Yes (lossy only) |
| AVIF | Yes \* | Yes (lossy only) |
| BMP | Yes | Yes |
| DDS | Yes | --- |
| DDS | Yes | --- |
| Farbfeld | Yes | Yes |
| GIF | Yes | Yes |
| HDR | Yes | Yes |
Expand Down
2 changes: 1 addition & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ pub mod flat;
///
/// | Format | Decoding | Encoding |
/// | -------- | ----------------------------------------- | --------------------------------------- |
/// | AVIF | Yes (8-bit only) \* | Yes (lossy only) |
/// | AVIF | Yes \* | Yes (lossy only) |
/// | BMP | Yes | Yes |
/// | DDS | Yes | --- |
/// | Farbfeld | Yes | Yes |
Expand Down

0 comments on commit 5a1d77a

Please sign in to comment.