Skip to content

Commit

Permalink
Documentation fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Mar 10, 2024
1 parent 29a3d10 commit c5a1be7
Showing 1 changed file with 17 additions and 17 deletions.
34 changes: 17 additions & 17 deletions src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -205,23 +205,23 @@ pub mod flat;
///
/// <!--- NOTE: Make sure to keep this table in sync with the README -->
///
// | Format | Decoding | Encoding |
// | -------- | ----------------------------------------- | --------------------------------------- |
// | AVIF | Yes (8-bit only) \* | Yes (lossy only) |
// | BMP | Yes | Yes |
// | DDS | Yes | --- |
// | Farbfeld | Yes | Yes |
// | GIF | Yes | Yes |
// | HDR | Yes | Yes |
// | ICO | Yes | Yes |
// | JPEG | Yes | Yes |
// | EXR | Yes | Yes |
// | PNG | Yes | Yes |
// | PNM | Yes | Yes |
// | QOI | Yes | Yes |
// | TGA | Yes | Yes |
// | TIFF | Yes | Yes |
// | WebP | Yes | Yes (lossless only) |
/// | Format | Decoding | Encoding |
/// | -------- | ----------------------------------------- | --------------------------------------- |
/// | AVIF | Yes (8-bit only) \* | Yes (lossy only) |
/// | BMP | Yes | Yes |
/// | DDS | Yes | --- |
/// | Farbfeld | Yes | Yes |
/// | GIF | Yes | Yes |
/// | HDR | Yes | Yes |
/// | ICO | Yes | Yes |
/// | JPEG | Yes | Yes |
/// | EXR | Yes | Yes |
/// | PNG | Yes | Yes |
/// | PNM | Yes | Yes |
/// | QOI | Yes | Yes |
/// | TGA | Yes | Yes |
/// | TIFF | Yes | Yes |
/// | WebP | Yes | Yes (lossless only) |
///
/// - \* Requires the `avif-native` feature, uses the libdav1d C library.
///
Expand Down

0 comments on commit c5a1be7

Please sign in to comment.