SlackBuildsOrg/libraries/libheif
Heinz Wiesinger 63daf9f79a All: Support $PRINT_PACKAGE_NAME env var
Signed-off-by: Heinz Wiesinger <pprkut@slackbuilds.org>
2021-07-17 21:55:09 +02:00
..
doinst.sh
libheif.info
libheif.SlackBuild All: Support $PRINT_PACKAGE_NAME env var 2021-07-17 21:55:09 +02:00
README
slack-desc

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.