diff options
author | Alexander Verbovetsky <alik@ejik.org> | 2020-10-10 04:07:04 +0100 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2020-10-10 10:18:50 +0700 |
commit | 997bb60bf4e14bef003a70115392e278abfe8c58 (patch) | |
tree | be25283602c6961acf01b19785ca4857ce6bf3d0 /libraries/libheif/README | |
parent | 4cf1d0cf06d4874ba8839b4904110ef9fb7459b9 (diff) |
libraries/libheif: Added (HEIF and AVIF format decoder and encoder)
Signed-off-by: Dave Woodfall <dave@slackbuilds.org>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'libraries/libheif/README')
-rw-r--r-- | libraries/libheif/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/libraries/libheif/README b/libraries/libheif/README new file mode 100644 index 0000000000000..f94b3cc95f18b --- /dev/null +++ b/libraries/libheif/README @@ -0,0 +1,13 @@ +libheif is an ISO/IEC 23008-12:2017 HEIF and AVIF (AV1 Image File +Format) file format decoder and encoder. + +HEIF and AVIF are new image file formats employing HEVC (h.265) or AV1 +image coding, respectively, for the best compression ratios currently +possible. HEIF is the default image file format on Apple devices. This +library comes with some example programs including heif-convert that +converts HEIF/AVIF images to JPEG or PNG. + +libheif makes use of libde265 for HEIF image decoding and x265 for +encoding. For AVIF, libaom is used as codec. + +google-go-lang is needed only at build time. |