Free Image Tools

Every tool in this family runs locally in your browser — nothing you process here is ever uploaded.

Five image operations — compress, convert, crop, resize and rotate — all running on your device via the browser's own canvas engine. Nothing is uploaded, so a personal photo stays personal, and there's no wait for a round trip to a server.

Which tool do I need?

  • Compress Image — Making a JPG or WebP file smaller without resizing it
  • Image Convert — Changing the file format (e.g. PNG to WebP, or to AVIF)
  • Crop Image — Cutting a specific rectangle out of an image
  • Resize Image — Changing the pixel width and height
  • Rotate Image — Fixing a sideways photo, or mirroring it

Supported formats

JPG, PNG and WebP are supported across all five tools; GIF and BMP also work as input for Convert and Resize. Compress is the one exception — it only accepts JPEG and WebP, since PNG has no lossy quality setting to compress. AVIF is available as a conversion output.

Questions.

Are these image tools processed on a server?

No — all five run locally in your browser using the canvas API. Nothing is uploaded.

Do these tools keep my photo's EXIF data (location, camera info)?

No — every tool here re-encodes the image, which strips EXIF metadata automatically. If you need to preserve it, none of these tools are the right fit.

Which tool should I use to make a photo smaller in file size?

Compress Image, if it's already a JPG or WebP. If it's a PNG, convert it to JPG or WebP first with Image Convert, then compress.