libheif
libheif copied to clipboard
libheif is an HEIF and AVIF file format decoder and encoder.
Hello. I would like describe an issue, which I run into using this libheif/ Pre story: For few years, I used my mac to generate content for iOS application. Content...
The out of the box build seems to break trying to link `libpixbufloader-heif.so`: ``` git clone https://github.com/strukturag/libheif.git && cd libheif mkdir build cmake .. make ``` ... ``` Scanning dependencies...
Currently when building with Visual Studio 2019 (MSVC 19.28) in total 32 warnings are thrown in the `heif`, `heif-info`, `heif-enc`, `heif-convert` and `heif-test` projects. All warnings can be [viewed on...
I bootstrapped the build with ``` mkdir build cd build cmake .. ``` The cmake check fails with ``` Performing C++ SOURCE FILE Test HAVE_JPEG_WRITE_ICC_PROFILE failed with the following output:...
At the end of the year I look at what has changed. A new AV2 codec has arrived, and it is unknown what its future will be. The joke is...
Adding a new emscripten js method to parse depth images
Currently do not know to reproduce it with `heif-enc` (I can not find how to save `nclx` profile with it), still searching was what changed in libheif itself related to...
This is work in progress, but ultimatively add ‘taic’ & ‘itai’ boxes which provide support for nano-precision timestamps.
Boxes of type 'uuid' can be used to store user-define data. The GIMI profile uses uuid boxes as properties to store KLV metadata. The extended_type (also known as the uuid_type)...
Some applications might want to safe non-standardized data into the HEIF file. To enable this use case, there should be an API function to write (and read) custom data items....