Output WEBP image is actually a PNG #192
-
Beta Was this translation helpful? Give feedback.
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. |
Beta Was this translation helpful? Give feedback.
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.