Skip to content
AZ Tools

Image Compressor

Make images smaller without sending them anywhere. Drop in a photo, set a quality level and a maximum dimension, and download the optimised result — the work happens in your browser through a Web Worker, so the file never leaves your device and nothing is stored. The two controls are not equivalent: the maximum dimension caps the longer side in pixels, which removes data before any compression happens and is almost always the bigger win, while quality decides how much fine detail the encoder discards. Because the image is decoded and re-encoded from its pixels, the output also carries no EXIF metadata — camera model, timestamps and GPS coordinates are dropped along the way, which is usually what you want before publishing a photo.

Drag & drop an image here

or click to browse

How to use

  1. Drag an image onto the drop zone, or click to browse.
  2. Adjust the quality slider and the maximum width/height.
  3. Click Compress to optimize the image.
  4. Compare the original and compressed sizes.
  5. Download the compressed image.

Frequently asked questions

Are my images uploaded anywhere?
No. Compression runs locally in your browser; your files are never sent to a server.
Which formats are supported?
Common raster formats such as JPEG, PNG, and WebP. The output keeps the original format.
Why is the compressed file sometimes larger?
Already-optimized images can grow slightly when re-encoded. Lower the quality or maximum dimension for a smaller result.
What does maximum width/height do?
It caps the longer side of the image in pixels, scaling it down proportionally while keeping the aspect ratio.
What quality setting should I use?
For photographs, 75-85 is the range where most images are indistinguishable from the original at normal viewing size while the file is a fraction of the size. Above 90 you are mostly buying bytes rather than visible quality. Judge the result at the size the image will actually be displayed, not zoomed in - artefacts that are obvious at 400% are frequently invisible in place.
Should I lower the quality or reduce the dimensions?
Dimensions first. File size scales with pixel count, so halving the maximum dimension removes roughly three quarters of the data before compression even starts. If an image is never displayed wider than 800 pixels, capping it there saves far more than any quality setting, and it costs nothing you can see.
Does compressing remove EXIF data such as GPS location?
Yes. The image is decoded to pixels and re-encoded, so metadata segments are not carried across - camera model, settings, timestamps and any GPS coordinates are gone from the output. Keep the original if you need that metadata; if you are publishing the photo, losing it is usually the point.

Guides on this topic

Related tools