libheif
libheif copied to clipboard
libheif is an HEIF and AVIF file format decoder and encoder.
The RGB-to-YCbCr conversion code in libheif/heif_colorconversion.cc performs chroma subsampling by discarding samples only, without first lowpass filtering (taking a weighted average of) the samples. A representative example is the second...
Do you know why it is not possible to install libheif through vcpkg on MACOS-Arm64 ?. Seems the vcpkg having problem installing the x265 library for Latest MacOS having M1...
One more wish: a program heifhead which works similar to jhead. I use jhead to code date in time in the filename like jhead -ft -n%Y%m%d_%H%M%S and want to do...
Apple M1 Pro. Follow the installation instructions, and try to run examples `./heif-enc` to convert png to heif and get error `Cannot load PNG because libpng support was not compiled.`...
Unregister default plugins to prevent memory leaks in plugin's objects, for example, ctxIdxLookup in libde265
API to manually deinitialize encoders and decoders plugins and prevent memory leaks
Hi, Do you think it is in the scope of libheif the support for VVC/H.266 still image format? There is already a pretty decent free software implementation of VVC here:...
My iPhone photo opens for about 2s. Other much heavier files open immediately. Will the speed be optimised in the future or is it no longer better?
I'm currently using the v1.6.2 version, but upgrading to v1.10.0 slowed down the heif decoding process by about 2.8 times. I think the cause is that the internal processing was...