Moritz Firsching

Results 226 comments of Moritz Firsching

By now streaming encode has been implemented, which might help here: You could try it out by using `cjxl` with ppm input files using the `--streaming_input` `--streaming_output flags`.

> @mo271 this is not a possible enhancement. libjxl is currently written in c++, no way this will ever make into the linux/kernel in the near future IMHO. Fuse is...

TODO: make the tests pass, even with `177`. This will need some work on taking primaries/white points into account.

Thanks for the report! I can repro this, it fails with `float_out` being `false` and yet `bits_per_sample == 32`

> Could you guys help me see if something is wrong in my tests? One thing that might need some consideration is the fact your comparison seems to make the...

> * In one of the tests, `organic_chemistry.png`, the original PNG file was smaller than both JXL and AVIF outputs For this kind of non-photographic content lossless compression can give...

https://github.com/flutter/flutter/issues/113476 corresponding flutter issue

Using the very recent streaming mode it is possible to convert this image, when it is converted to ppm beforehand: ```bash > convert Bellisseria_ALL.composited.png Bellisseria_ALL.composited.ppm > cjxl --streaming_input --streaming_output Bellisseria_ALL.composited.ppm...

Since this is working on my machine and not on yours, it might be useful to have more info an what machine your are running this, like OS, CPU type,...

Thanks for the report. Regarding the issue with `cjxl`; currently reading of jxl files is not supported, running `cjxl logs.png logs_1.0.jxl -d 1.0` should give the expected results. see also...