Skip to content

Commit

Permalink
add avif
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam authored Jul 11, 2022
1 parent 68079f7 commit 7aa38a1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/Usage/Encodings.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ You can select the pseudo-encoding using the `--encoding=ENC` switch.
|`rgb`|all|very fast|raw RGB pixels, potentially compressed with a stream compressor (ie: `lz4`)|
|`webp`|24 / 32|good|fast, supports transparency, lossy and lossless modes|
|`jpeg`|24|fast|easy to support|
|`avif`|24|average|limited support|
|`png`|24 / 32|slow|easy to support|
|`png/P`|8|slow|only useful for 8-bit [desktop mode](./Start-Desktop.md)|
|`png/L`|8|slow|greyscale|
Expand Down

0 comments on commit 7aa38a1

Please sign in to comment.