Is your feature request related to a problem? Please describe.
Yes, JPEG-XL is better than JPEG for most tasks and it's useful to be able to use a more modern and more efficient format without having to include the entire official implementation of JPEG-XL.
Describe the solution you'd like
A simple implementation of the JPEG XL encoding format, hopefully with animation support too.
Describe alternatives you've considered
I've considered using the official JPEG XL implementation but it's clearly not designed for smaller projects in mind, of which stb headers excel at.
Is your feature request related to a problem? Please describe. Yes, JPEG-XL is better than JPEG for most tasks and it's useful to be able to use a more modern and more efficient format without having to include the entire official implementation of JPEG-XL.
Describe the solution you'd like A simple implementation of the JPEG XL encoding format, hopefully with animation support too.
Describe alternatives you've considered I've considered using the official JPEG XL implementation but it's clearly not designed for smaller projects in mind, of which stb headers excel at.
Additional context Nothing.