atanunq / viu

Terminal image viewer with native support for iTerm and Kitty
MIT License
2.5k stars 54 forks source link

Support JPEG XL images #126

Open gyscos opened 1 month ago

gyscos commented 1 month ago

Currently viu some_image.jxl fails with:

Image(Unsupported(UnsupportedError { format: Unknown, kind: Format(Unknown) }))

Would be sweet if these would be supported. Probably blocked on https://github.com/image-rs/image/issues/1765.

Thanks for this great tool!