Output WEBP image is actually a PNG #192
Answered by
saucecontrol
Aug 29, 2025
Replies: 1 comment
This is the right way to set WebP output, but it's a 'Try' method. You need to check the result to see if it succeeded, in which case you should find that it didn't. For that method to succeed, you must have a WebP encoder available. On Windows client operating systems, you could install it from Windows Store. On server OS or Linux or for applications running in IIS, you will need a separate codec package. Usage instructions are on the readme tab. |
0 replies
Answer selected by
shravan2x
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

This is the right way to set WebP output, but it's a 'Try' method. You need to check the result to see if it succeeded, in which case you should find that it didn't.
For that method to succeed, you must have a WebP encoder available. On Windows client operating systems, you could install it from Windows Store. On server OS or Linux or for applications running in IIS, you will need a separate codec package. Usage instructions are on the readme tab.