Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for webp? #8

Closed
xenogenesi opened this issue Apr 7, 2024 · 1 comment
Closed

Support for webp? #8

xenogenesi opened this issue Apr 7, 2024 · 1 comment

Comments

@xenogenesi
Copy link

Thanks for sharing this project, I'm thinking of adding support for webp, from the closed issues it seems to me that stb has no intention of supporting it, see Will you add more image types to stb_image.h?
This project interests me mainly to evaluate if and how to convert a quantity of images into webp. Before trying to add support I wanted to ask if you already plan to support it

@romigrou
Copy link
Owner

romigrou commented Apr 8, 2024

TL; DR: no plan nor desire to support WebP or any other file format not currently supported.

Thanks for your interest. Support of any file type is beyond the scope of this project whose main purpose is to provide a library to compute SSIM. It so happens that I needed to be able to load images for the unit tests and this is why I used stb_image. I also wrote a sample, still using stb_image. Writing ssim-cli was not much more work and proved convenient to some people, but it is really not an end in itself.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants