How much can I shrink a JPEG before it looks bad?▾
Quality 75 is the web sweet spot — most viewers cannot tell the difference compared to quality 95, and the file is typically 50–60% smaller. Below quality 60 you start to see blocking artefacts and colour banding, especially around high-contrast edges like text on a background.
Does compression remove EXIF or GPS data from my photos?▾
Re-encoding through Sharp strips most EXIF metadata as a side effect, including GPS coordinates. If you need to keep colour profile data (ICC) intact for print work, choose PNG output, which preserves the embedded profile.
What's the difference between lossy and lossless compression?▾
Lossy compression (JPEG and WebP with quality < 100) permanently discards imperceptible colour data to achieve large size reductions. Lossless compression (PNG, lossless WebP) reorganises data mathematically without discarding anything — the decoded pixels are bit-identical to the source, but size reductions are more modest.
Will a 10 MB phone photo compress to under 1 MB?▾
Yes, routinely. A 4032×3024 JPEG from an iPhone at default quality 80 typically comes out between 350 KB and 600 KB — a reduction of 85–95%. The exact result depends on image content: flat sky and plain surfaces compress more than detailed foliage or textured fabric.
Can I compress a PNG with transparency without losing the alpha channel?▾
Yes. Choosing PNG output preserves the alpha channel through pngquant's lossy palette quantisation. If you convert a transparent PNG to JPEG, the alpha is dropped and replaced with a white background — choose the output format deliberately.
Why is WebP usually smaller than JPEG at the same quality?▾
WebP uses a more modern prediction algorithm (derived from VP8/VP9 video coding) that models how adjacent pixels relate. JPEG's DCT-based encoding was designed in 1992. At the same visual quality setting, WebP typically saves 25–35% over JPEG.
Are my photos stored on your server?▾
No. Files are written to a temporary directory for the duration of processing and deleted immediately after the compressed file is returned to your browser. Nothing is stored in a database, CDN, or object storage bucket.
Is there a maximum file size I can upload?▾
The upload limit is 25 MB per file. Files above this threshold are rejected before processing. Most phone photos are under 12 MB, so this limit is rarely hit in practice.