Image Cropper

Drag a rectangle on your image to crop it. Runs entirely in your browser.

Whether you need to cut an image down to a square for a profile photo, remove distracting edges from a screenshot, or isolate one part of a larger photo, this tool lets you draw a crop rectangle directly over the image and export just that region. Everything happens on a canvas in your browser - drag the handles to adjust, then export the cropped result at its native resolution with no re-upload or account required.

Runs in your browser // nothing is uploaded

Runs on your device. This tool processes your file inside this browser tab. Nothing is uploaded, so it also works offline once the page has loaded, and closing the tab discards the file from memory.

Loading tool

How it works

  1. 01

    Drop or select the image you want to crop.

  2. 02

    Drag the rectangle to select the region you want to keep.

  3. 03

    Click Crop and download the result.

Details

Category
Images
Runs
In your browser
Files uploaded
No
Cost per run
Free
Sign-in
Not required
Works offline
Yes, once loaded

Last updated 2026-08-12

Common questions

Does it upload my image?

No - cropping happens locally on a canvas.

Can I set an exact aspect ratio?

Drag the rectangle freely to any shape, then fine-tune the handles for a precise result.

Does cropping reduce image quality?

No - the cropped region keeps its original pixel resolution, it's simply the surrounding area that's removed.

What formats can I crop?

Any image format your browser can decode - JPG, PNG, WebP, GIF, and more.

Use this from your code

This tool is also a REST endpoint, so you can run it in a pipeline instead of by hand. Each call costs 2 credits and needs an API key. See the API reference for every parameter.

curl -X POST https://fileoven.com/api/v1/tools/image-crop \
  -H "Authorization: Bearer sk_live_..." \
  -F "file=@input.png" \
  -o cropped.png

Related tools