1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-08 06:48:28 +00:00
freebsd-ports/graphics/libheif/pkg-descr
Fernando Apesteguía 351bc434fd graphics/libheif: Update to 1.6.2
From ChangeLog: https://github.com/strukturag/libheif/releases/tag/v1.6.2

 * support for HEIX images (10, 12 bit and chroma 4:2:2)
 * security limits for maximum image sizes have been increased
 * gdk pixbuf loader fixes

While here, fix pkg-descr portlint warning.

PR:     246921
Submitted by:   ltning-freebsd@anduin.net
Reviewed by:    freebsd@sebastiansteinmetz.ch (maintainer)
2020-06-05 09:26:00 +00:00

11 lines
394 B
Plaintext

libheif is an ISO/IEC 23008-12:2017 HEIF file format decoder and encoder.
HEIF is a new image file format employing HEVC (h.265) image coding for the
best compression ratios currently possible.
libheif makes use of libde265 for the actual image decoding and x265 for
encoding. Alternative codecs for, e.g., AVC and JPEG can be provided as
plugins.
WWW: https://github.com/strukturag/libheif