torum / Image-viewer

A cross-platform, simple and minimum, yet configurable photo viewer/slideshow/digital signage app for Windows, Linux, and Mac.
https://torum.github.io/Image-viewer/
MIT License
92 stars 11 forks source link

Support webp #26

Open glyh opened 6 months ago

glyh commented 6 months ago

This is a regularly used image format, so it would be nice if there's support for it, thanks!

torum commented 1 week ago

Sorry for the very late reply. I agree with you 100%. The thing is it is very hard to create webp reading capability from scratch. I've been regularly looking for a library or module that reads/parse the webp image file in pascal language. As soon as I find one, I'll definitely add support for webp format. Thank you.