nothings / stb

stb single-file public domain libraries for C/C++
https://twitter.com/nothings
Other
27.11k stars 7.72k forks source link

JPEG-XL support #1715

Closed darltrash closed 3 weeks ago

darltrash commented 3 weeks ago

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.

darltrash commented 3 weeks ago

Nevermind, just read the readme...