Image tools

Crop an image

Drop a JPG, PNG, or WebP, set the crop coordinates and dimensions, and download the trimmed image. The crop runs entirely in your browser, so the picture never leaves your device.

About cropping images

Cropping cuts a rectangular region out of an image. Set the left offset (x), top offset (y), width, and height in pixels. The output is the exact region you specify, re-encoded in the original format: a JPG stays a JPG, a PNG stays a PNG, and a WebP stays a WebP. The tool rejects coordinates that extend beyond the image boundaries rather than silently clamping, so what you see is what you get.

Is it private?

Yes. The cropper is browser APIs running on your own machine. Nothing is uploaded, stored, or seen by us — there is no server to send files to.

Frequently asked questions

How do I set the crop region?
You set the left offset (x), top offset (y), width, and height in pixels. The output is the exact rectangular region you specify.
Does cropping change the file format?
No. The cropped region is re-encoded in the original format, so a JPG stays a JPG, a PNG stays a PNG, and a WebP stays a WebP.
What happens if my coordinates go past the edge of the image?
The tool rejects coordinates that extend beyond the image boundaries rather than silently clamping them, so what you see is what you get.
Are my images uploaded to a server?
No. The cropper is browser APIs running on your own machine. Nothing is uploaded, stored, or seen by us, and there is no server to send files to.