Crop Image

Runs in your browser — your files are never uploaded.

Crop an image to exact pixel dimensions by setting the offset and size you want. The output keeps the source format, so a PNG stays a PNG with its transparency intact and a JPG stays a JPG. A crop box that runs past the edge is clamped to the image rather than padded with empty space. Runs entirely in your browser.

How to convert Image to Cropped image

  1. 1

    Drop your PNG, JPG or WebP onto the box, or click to choose one.

  2. 2

    Set the X and Y offset and the width and height you want.

  3. 3

    Click “Download” to save the cropped image.

Share

Embed this tool on your site

Paste this where you want the tool to appear. It runs entirely in your visitor's browser — no uploads, no account, no tracking.

Please keep the attribution line — it's what keeps these tools free.

Need a different size, a dark theme, or a different tool? Build an embed lets you preview it first.

Frequently asked questions

Where do X and Y start from?+

The top-left corner of the image, which is the convention every image editor uses. X moves right, Y moves down, both in pixels.

What if my crop is bigger than the image?+

It is clamped to what actually exists, so you get the overlapping region. Padding the difference with blank space would silently add pixels that were never in your photo.

Does the format change?+

No. PNG in gives PNG out with transparency preserved, JPG gives JPG, WebP gives WebP. If you also want a different format, run the result through the matching converter.

Is there a size limit?+

Only your device’s memory. The image is decoded and re-encoded locally, so a very large photo takes proportionally longer — but it never leaves your browser.