Moritz Firsching

Results 226 comments of Moritz Firsching

> As far as I can tell, Noise and Splines are now implemented Noises is almost ready (some tests are missing), but for splines, only the decoding of the bitstream...

@stolk Thanks for the report! Can you check if the proposed fix (#3854) works for you?

Can you try a more recent version of power shell? Seems like this might be fixed on their side: https://github.com/PowerShell/PowerShell/pull/19842

new versions will have static releases

Good news! The [jxl-rs](https://github.com/libjxl/jxl-rs) project (a safe and fast JPEG XL decoder implementation in Rust) is progressing well. We are currently on track to deliver the following milestones: End of...

> @mo271 will it include support for animated JPEG XL? It’s a shame that the Safari implementation doesn’t include animation. > > There are [use cases](https://jakearchibald.com/2024/video-with-transparency/) that require both animation...

perhaps this is related to incompatibility with the avif 1.0.0 version? Can you check with what version of libavif you compiled?

Can you check if this is fixed by https://github.com/libjxl/libjxl/pull/3805 at current head or at v0.11.0?

Thanks for the bug report! A few remarks: - your file i2.jxl (i.e. the one named i2.jxl.jpg) can be decoded fine with e.g. `djxl github-cjxl-bug-report/i2.jxl.jpg test.png`, at least for me,...