Why compress images?
Large image files slow down websites, consume storage space, and take longer to send by email. Page speed is also a Google ranking factor — images typically account for 50–80% of a web page's total download size.
Compressing images before uploading them is one of the highest-impact optimisations you can make. A well-compressed photo can be 70–90% smaller than the original while looking identical at normal viewing sizes.
Lossy vs lossless compression
Lossy compression (JPEG, WebP, AVIF) permanently removes some image data to achieve smaller files. At high quality settings the removed data is mostly imperceptible, but at low settings you'll see blurring and blockiness around edges.
Lossless compression (PNG, WebP lossless) reorganises the data without discarding any of it. The file is smaller but the image is pixel-perfect. Lossless is best for screenshots, diagrams, and images with text.
Choosing the right output format
JPEG: Best for photographs. Excellent browser support. Quality 80–90% is the standard for web use.
WebP: Typically 25–35% smaller than JPEG at the same quality. Supported by all modern browsers. Ideal for new web projects.
AVIF: The newest format with the best compression ratios — up to 50% smaller than JPEG. Encoding is slower but results are excellent for high-resolution images.
PNG: Use for images that need transparency or contain sharp graphics. Use lossless compression only.
Step-by-step: compress images with PhotoTools
1. Open the Compress tool. 2. Drop one or more images onto the upload area. 3. Set your target quality using the slider (we recommend starting at 80%). 4. Choose an output format — keep the original, or switch to WebP for maximum savings. 5. Click Compress all, then download the results.
Each image card shows the original size, the compressed size, and the percentage saved. If you're not satisfied with the result, adjust the quality slider and recompress.
What is EXIF data and why strip it?
EXIF (Exchangeable Image File Format) is metadata embedded in your photo by the camera or phone. It includes the camera make and model, lens information, shutter speed, aperture, ISO, and — critically — GPS coordinates.
Stripping EXIF when compressing for web use saves a few kilobytes and protects your privacy. Our compressor removes EXIF automatically by re-encoding through the Canvas API.