-
-
Notifications
You must be signed in to change notification settings - Fork 312
Commit
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,13 +26,13 @@ libheif has support for: | |
* decoding of files while downloading (e.g. extract image size before file has been completely downloaded) | ||
|
||
Supported codecs: | ||
| Format | Decoders | Encoders | | ||
|:-------------|:----------------:|:--------------:| | ||
| HEIC | libde265, ffmpeg | x265, kvazaar | | ||
| AVIF | AOM, dav1d | rav1d, svt-av1 | | ||
| JPEG | libjpeg | libjpeg | | ||
| JPEG2000 | OpenJPEG | OpenJPEG | | ||
| uncompressed | builtin | builtin | | ||
| Format | Decoders | Encoders | | ||
|:-------------|:----------------:|:-------------------:| | ||
| HEIC | libde265, ffmpeg | x265, kvazaar | | ||
| AVIF | AOM, dav1d | AOM, rav1d, svt-av1 | | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong. |
||
| JPEG | libjpeg | libjpeg | | ||
This comment has been minimized.
Sorry, something went wrong.
kmilos
Contributor
|
||
| JPEG2000 | OpenJPEG | OpenJPEG | | ||
| uncompressed | builtin | builtin | | ||
|
||
## API | ||
|
||
|
Should be "rav1e" everywhere?