Eugene Kliuchnikov
Eugene Kliuchnikov
Image in question is 5616x3744. Not too large nowadays.
`DecodeTest.IccProfileTestXybEncoded` fails
Current state: - in `jxl/` used __only__ in tests - used in `extras/` - used in `tools/`
Going to investigate soon
In the given example blending mode is "Replace", so no actual blending happens. I could prepare a quick fix for such a case. For fixing the root problem it is...
Likely those does not like zip. Will check archive files separately, when I get spare cycles.
Tried separate files from zip - all are fine, except `brotli.exe`, where single false-positive arrives. So, scanner just hates files being zipped together.
In code I can see that input is taken as a whole image indeed, unless external output processor is set. Do you use `JxlEncoderSetOutputProcessor`?
Will take a look soon.
FWIW: on all `ubuntu-*` github action runners CMake is `3.31.1`. Could someone check if the problem is reproducible with this version of CMake as well?