How to Convert Multiple Images to WebP Using Google’s CWebP Tool (JPG/PNG/TIFF)
Description You can grab the batch file here. Transcription Earlier this year, I was looking at my web application and looking for ways to improve performance, which is something I do fairly regularly, and it occurred to me that was I still using JPGs and PNGs as an image format in my application where I could have adopted Google’s new WebP format. Now, Google’s WebP format is superior because with smaller sizes, which you see here, 26% smaller in size compared to PNGs, and 25-34% smaller than JPGs, I could pass those savings onto my users – it would mean they would have less to download when using my application, and thus things would just be a quicker, a better … Read more