A full explanation of compression, resizing, lossy vs. lossless, format choice, and privacy.
Image compression is the process of reducing a photo's or image's file size (KB/MB). There are two basic approaches: lowering the pixel dimensions (width × height), and reducing quality (the lossy compression ratio). This tool can do both at once: it redraws the image onto a canvas at the target size and re-encodes it in your chosen format (with a quality value for JPEG/WebP). All of this happens inside your own browser — the file never leaves your device.
How do you reduce image file size?
Quick answerThere are three levers for shrinking a file: lower the quality (JPEG/WebP), reduce the pixel dimensions (maximum width/height or percentage), and switch to a more efficient format (WebP). For the web, resizing an image down to 1600–1920 pixels wide and saving it as WebP at quality ~75 brings most photos down to a few hundred KB.
- Quality: 10–100. The 75–85 range gives a noticeable size reduction with no visible difference in most images.
- Maximum size: Fits the image into the given width/height box; with keep aspect ratio on, there is no distortion.
- Percentage: Scales both sides proportionally (e.g. 50% = a quarter of the area, a much smaller file).
- Format: At a similar quality level, WebP is usually smaller than JPEG, which is smaller than PNG.
What's the difference between lossy and lossless compression?
Quick answerLossy compression (JPEG, low-quality WebP) produces very small files by discarding detail the eye will not notice. Lossless compression (PNG, lossless WebP) does not lose any pixel data but shrinks less. Lossy suits photos; lossless suits sharp-edged graphics, logos, and images that need transparency.
Repeatedly re-saving the same image at low quality in a lossy format causes cumulative degradation (generation loss). Keep an original copy while editing, and use the compressed copy only for sharing or uploading.
Which format should I use: PNG, JPG, or WebP?
Quick answerFor photos, choose JPEG or WebP; for logos, icons, screenshots, or transparent backgrounds, choose PNG or WebP. WebP covers both cases and usually gives the smallest file; all modern browsers support it. If you need maximum compatibility with very old devices, JPEG (for photos) and PNG (for graphics) remain the classic safe choices.
Is online image compression safe?
Quick answerIt is safe with this tool because your image is never uploaded to a server. All processing happens locally (client-side) in your browser; the file never leaves your device. Also, because the image is redrawn, EXIF location and device information is removed — an added privacy advantage.