Can Cloudflare convert my files from WebP to JPG?
I know the opposite is possible using Polish (from JPG to WebP) on demand. But is it possible to go from WebP in the source, to JPG at the browser, if it does not support WebP?
We switched to WebP recently due to its advantages in storage compression. However, we still need to support some browsers that don’t support that image.
1 Like
dmz
May 20, 2019, 2:18pm
2
Hi @user4754 ,
It’s not possible. Cloudflare’s WebP-related feature is Polish , which serves the original images in that format when two conditions are true:
The user’s browser supports WebP;
The WebP version is lighter than the original;
You can learn more about Polish through the following pages:
Today, the average web page has more than 85 objects (images, Javascript, CSS, etc.) that make up more than 750 KB of data. All that data needs to be downloaded when a page loads. On the average web page, more than 50% of the data is made up of...
https://support.cloudflare.com/hc/en-us/articles/360000607372-Using-Cloudflare-Polish-to-compress-images
And browsing posts under the Polish tag on Cloudflare Blog .
Let me know if you need any further help.
2 Likes
Is there any other Cloudflare technology that can provide WebP to JPG conversion?
1 Like
dmz
May 20, 2019, 2:44pm
4
I don’t think so. That would be exactly the opposite of what the Polish feature proposes to do.
1 Like
system
Closed
June 19, 2019, 2:55pm
6
This topic was automatically closed after 30 days. New replies are no longer allowed.