Convert to WebP
WebP is Google's modern image format built on VP8/VP8L coding: lossy files run 25-34% smaller than JPG at equal quality, lossless files about 26% smaller than PNG, with support for alpha transparency and multi-frame animation. Browser support exceeds 97%, making it the recommended delivery format for web images.
This group covers nine source formats: animated GIFs keep every frame and timing after conversion, SVG rasterizes at 2x density, and PDF renders at 144 DPI into per-page files zipped for download. Quality is adjustable from 1 to 100 with a default of 80.
JPGโWebP
Re-encode JPG as WebP for a 25-34% average size reduction at equivalent quality, cutting page transfer weight.
PNGโWebP
Re-encode PNG as WebP with transparency preserved; lossless mode averages 26% smaller, lossy mode further.
HEICโWebP
Decode HEIC photos and re-encode as WebP, balancing quality and size for web galleries and publishing.
GIFโWebP
Transcode GIF animation to WebP frame by frame with transparency kept, typically over 60% smaller.
BMPโWebP
Re-encode legacy BMP bitmaps as WebP, typically around 90% smaller, for modern web delivery.
TIFFโWebP
Convert print-quality TIFF to compact WebP for web delivery, typically reducing file size by 80% or more while preserving transparency.
SVGโWebP
Rasterize SVG vector graphics into a compact WebP bitmap with the transparent background preserved, for email clients and CMS fields that reject SVG.
AVIFโWebP
Transcode AVIF to WebP, keeping modern compression while extending browser support to Safari 14 and older Edge versions.
PDFโWebP
Render PDF pages to 144 DPI WebP images at roughly 70% of JPG size. Multi-page documents ship as ZIP. For web embeds and previews.