Open sorairolake opened 2 years ago
J40, the JPEG XL decoder implementation currently written in C, is considering a parallel Rust version that may (hopefully, positively) affect this issue. For more information please refer to lifthrasiir/j40#10.
https://github.com/tirr-c/jxl-oxide dual licenced with MIT and BSD
Interesting. Do you know if that crate has been published to crates.io yet or whether there's plans to do so?
crates are slowly being published, it should be best to wait for the jxl-render
crate, currently it has not yet been published author's page is here
jxl-oxide 0.1.0
has been published to crates.io
https://crates.io/crates/jxl-oxide
Speaking of rust and jxl, you might be interested to https://github.com/tirr-c/jxl-oxide/issues/335
This format is preliminary supported by many major web browsers such as Firefox
and Chromium(https://caniuse.com/jpegxl). Also, some graphics softwares already supports it, so I think it would be useful to support it.