Dirk Farin
Dirk Farin
Right, the last commit to xeve/xevd was ten months ago and there are no alternative implementations. Not sure if that will ever take off. But with this PR, we are...
There is a script `build-emscripten.sh` in the repository, but I am not sure it runs on macOS without changes. I've added pre-compiled JS files to the latest release: https://github.com/strukturag/libheif/releases/tag/v1.19.5
Thanks @jerbob92 ! BTW: at the bottom of your README, decoding/encoding should be swapped for rav1e, dav1d.
I also tried it on a fresh Ubuntu 20.04 with the same version of libjpeg-turbo, but everything was ok. `CMakeCache.txt` contains ```` //Test HAVE_JPEG_WRITE_ICC_PROFILE HAVE_JPEG_WRITE_ICC_PROFILE:INTERNAL=1 ````
@fancycode I guess this can be closed, right?
Works fine for me on Ubuntu 20.04. Please post the exact build commands to reproduce this if possible.
The error is produced for image item `57`, which is part of a grid item with id `63`. ```` Box: iref ----- ... | reference with type 'dimg' from ID:...
I just tried to encode the picture myself (using AOM v3.3.0) and I could decode it fine with `heif-convert`. Hence, it could be either a bug in your specific version...
I can confirm that your test file `t.avif` cannot be decoded. Dav1d and AOM both complain about a bitstream error. That looks like the encoder you were using was broken....
I tried again to decode your image `t.avif` with libaom 3.6.0 and it worked:  Decoding fails with dav1d and libaom 3.3.0. Since dav1d is currently the default, if installed,...