Moritz Firsching
Moritz Firsching
Thank you for the detailed report. I can confirm that this can happen when using different compilers. The case you describe have a relative files size difference of around `0.022%`....
see also #2444
Thanks for pointing out this issue! Seems like this is working on unix based systems, but still does not work on Windows. As a workaround until we have fixed it...
Thanks for the report! The poc file you are providing does not appear to be a valid JPEG file, however, it looks like one in the beginning and one that...
Thanks for reporting the bug. It's weird that this implicit conversion is causing the build to fail. Can you attach a more complete error log? What version (git hash) of...
Thanks for the report, @a-528! I'm not entirely sure what is going on. Here is the jxlinfo for those two images: ``` [I] ~/libjxl ((a56ba92b…))> ./build/tools/jxlinfo output\ -d\ 00.jxl JPEG...
Interesting, thanks for the report! So this is happening at [v0.8.1](https://github.com/libjxl/libjxl/releases/tag/v0.8.1), i.e. https://github.com/libjxl/libjxl/commit/c27d499263435ac77007174e0f1cf54557cff23a, right? Can you try at the current head (https://github.com/libjxl/libjxl/commit/3b833791f797e7f249c75aa2cc21e963c9ccf71e at the time of writing...)?
> When I am running tests with libjxl from git, the success rate depends on whether I use SKCMS or LCMS2. > > Everything is good with SKCMS, but when...
wip (only adding test, not the fix yet...): https://github.com/libjxl/libjxl/pull/2594
I will try to see if I can keep an up-to-date rebased version of libjxl in chrome on https://chromium-review.googlesource.com/ and let you know if this is done.