libheif
libheif copied to clipboard
libheif is an HEIF and AVIF file format decoder and encoder.
`MINSIGSTKSZ` is no longer define. ```console make[2]: Entering directory '/home/tkloczko/rpmbuild/BUILD/libheif-1.12.0/tests' /usr/bin/g++ -DHAVE_CONFIG_H -I. -I.. -I.. -I../. -O2 -g -grecord-gcc-switches -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -specs=/usr/lib/rpm/redhat/redhat-hardened-cc1 -fstack-protector-strong -specs=/usr/lib/rpm/redhat/redhat-annobin-cc1 -m64 -mtune=generic -fasynchronous-unwind-tables...
Hey Team, I am playing with the javascript version. Using the library from here: https://strukturag.github.io/libheif/libheif.js When I am trying to convert 1.6MB heic image ( taken from iPhone 11 )...
Red color is different with Windows Foto and output can not opened with SaalDigital design software
Hello, i have started to use heif-enc and encountered some Problems. `C:\Heic\heif-enc.exe -q 60 $_.FullName` viewing the picture with irfanview or Windows Fotos red color is different compared to the...
Hello, I am experiencing Segmentation fault when decoding these images: [heic-segfault.zip](https://github.com/strukturag/libheif/files/7067868/heic-segfault.zip) **Steps to reproduce** Run the suggested in the Readme.md example code, to read an image, with any of the...
Because in two places it is not possible to build by 5-10% smaller code. It would be good to libheif would not be using exceptiions ```console [tkloczko@barrel libheif-1.12.0]$ make -k...
Example code, relatively classic usage: https://github.com/libgd/libgd/blob/master/src/gd_heif.c#L113 I can only reproduce using one of our tests (other do not have this leak): https://github.com/libgd/libgd/blob/master/tests/heif/heif_im2im.c#L36 which reads using heif_context_read_from_memory_without_copy. I am not completely...
``` In file included from /usr/x86_64-pc-linux-gnu/include/signal.h:328, from catch.hpp:7644, from main.cc:28: catch.hpp:10376:58: error: call to non-'constexpr' function 'long int sysconf(int)' 10376 | constexpr static std::size_t sigStackSize = 32768 >= MINSIGSTKSZ ?...
Hi, Is a simple inter frame encoding supported? ie IPPPPP. I can do a main profile encode with all I frames, or mainstillpicture, but any reference frames seems to not...
See https://github.com/emscripten-core/emscripten/issues/10784, and, possibly, https://github.com/strukturag/libde265/commit/f38489503ee55e6b937d26a4480b081e3c4245e4.
Is it possible to use libheif to write pre-encoded HEVC imagery? I'm having trouble determining from the API if it's possible or not, and if so how. Thanks