Moritz Firsching

Results 226 comments of Moritz Firsching

I was able to build the following commit locally: https://chromium-review.googlesource.com/c/chromium/src/+/4255409/ This is a commit on top of current origin/main of chromium. It uses the last libjxl that was in chrome...

I patched it a bit, since for one file the merge was botched. Should work better now. There are still some failing tests, probably due to the highway update, which...

> @mo271 > > Moritz, I now compile libjxl files with Thorium's files. I encountered these problems in the process of compilation. Please check the following questions when you are...

Can this be closed, @kampidh? It seems that the darker image results from the viewer ignoring the v4 profile? The question that @thebombzen raised why djxl is producing a linear...

see also https://github.com/libjxl/libjxl/pull/3046

fixing https://github.com/libjxl/libjxl/actions/runs/8893070580/job/24421140850

This was broken by https://github.com/libjxl/libjxl/pull/3535

Thanks for your report. Are you linking to the correct libjpeg library during compilation? This should be done by cmake: https://github.com/libjxl/libjxl/blob/c04b3baaffa416893835fe42588804a7ab91ebb4/lib/jxl_extras.cmake#L49 A prerequisite is to have libjpeg-dev installed: ``` sudo...