diff --git a/README.md b/README.md index 4fff85b666..4bd4bf00a9 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/src/lib.rs b/src/lib.rs index af7296af8b..39c5f3a698 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -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 |