I think you'll need to provide some more information. Out of the box Umbraco doesn't have support for WebP images so how have you gone about implementing them?
Are you using the ImageProcessor plugin to help? How are you rendering them out?
We fixed this issue,
WebP required Visual C++ Redistributable Package for Visual Studio 2013 to be installed on the server.
After installing this on the server, the WebP image upload works fine.
WebP Image Compression
WebP image compression not working in Production alone, It's working fine in UAT instance.
Any guess for this..
We all verified the dlls and config changes everything is the same with UAT but in Prod WebP compression not working.
Thanks.
Hi Vetrivel,
I think you'll need to provide some more information. Out of the box Umbraco doesn't have support for WebP images so how have you gone about implementing them?
Are you using the ImageProcessor plugin to help? How are you rendering them out?
Cheers,
Nik
Hi Nik,
We are using ImageProcessor.Plugins.WebP plugin to handle the WebP images.
The below link has some additional information Ref: https://piotrbach.com/enable-webp-image-format-in-umbraco-cms
Hello everyone,
We fixed this issue, WebP required Visual C++ Redistributable Package for Visual Studio 2013 to be installed on the server. After installing this on the server, the WebP image upload works fine.
Ref Link: https://imageprocessor.org/imageprocessor/plugins/webp/
is working on a reply...