atanunq / viu

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

Webp images are displayed without colors #73

Open kidonng opened 3 years ago

kidonng commented 3 years ago

Running viu 8a2324a94cb1e53511094f2675b9c27ea7e273d4 with kitty 0.20.3, on macOS 11.4. JPG/PNG images doesn't have this problem. Is this a issue with viu itself or image library?

image

atanunq commented 3 years ago

Hey! Sorry for the massive delay, but yes, looks like a feature that is not yet implemented by the image crate, link.

Though, this reminds me that more work could be done on the printers so that they do not go through image conversions if they don't have to. Kitty supports passing only a filename so this issue would be resolved if that functionality was implemented :)