alistair7
alistair7
Looks about right, as long as you've previously set the JxlBasicInfo with with the matching dimensions and channels.
`optipng` with `-fix` removes trailing junk, as long as you don't care about the rest of the file staying bit-for-bit identical. I've come across a few AI-generated PNGs with metadata...
I'm not sure this is a cmake issue. It looks like cmake is just reporting that the test executable `gain_map_test` is aborting. (For the record, the build works and all...
As a workaround, are you able to build it with clang instead of gcc? ``` export CC=clang CXX=clang++ cmake ..... ``` Some other info that might be useful to the...