From 5a1d77a63eee56b21eb535f382defca456312dfc Mon Sep 17 00:00:00 2001 From: "Sergey \"Shnatsel\" Davidoff" Date: Mon, 4 Nov 2024 09:53:39 +0000 Subject: [PATCH] Update format support tables --- README.md | 4 ++-- src/lib.rs | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) 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 |