What This Tool Does
Drop in a photo, drag a rectangle over the part you want to keep, and download the result. The crop box can be resized freely or snapped to one of four common aspect ratios, and the download is an exact pixel-for-pixel copy of whatever the box covers — no upload, no processing queue, just a rectangle you drag and a file you get back.
Aspect Ratio Presets
| Preset | Shape | Typical use |
|---|---|---|
| Free | Any rectangle you drag | Cropping to an unusual or specific shape |
| 1:1 | Square | Profile pictures, social media grid posts |
| 4:3 | Classic photo/print ratio | Standard prints, older screens |
| 16:9 | Widescreen | Video thumbnails, banners, presentation slides |
| 3:2 | Classic camera ratio | DSLR and mirrorless photo prints |
Choosing a preset locks the crop box's proportions while you drag its edges or corners — the box resizes but keeps its shape. Switch back to Free at any time to drag an arbitrary rectangle again.
Dragging the Crop Box
The crop box appears centered over your photo as soon as it loads, covering most of the image so you can see it immediately. Drag anywhere inside it to move it, or drag one of the eight handles on its edges and corners to resize it — corner handles resize both dimensions at once, edge handles resize just one side. Everything outside the box is dimmed so the selected area is always obvious. The Reset button puts the box back to its starting position and size at any point.
An Exact Pixel Crop, Not an Approximation
Because the crop is computed from the image's real pixel data — not from a screenshot of what's on screen — the downloaded file always matches your selection exactly, at full source resolution. If you drag the box over roughly a third of a 4000×3000 photo, you get back a crisp crop at that same native pixel density, not a soft, upscaled version of it.
Your Original Format Stays, EXIF Metadata Doesn't
Cropping changes an image's dimensions, not its container format — a cropped JPEG comes back as a JPEG, a cropped PNG as a PNG, and the same for WebP, GIF, and BMP. What doesn't survive is the file's EXIF metadata block: producing the new, smaller file means re-encoding it, and that process leaves camera model, timestamp, and any embedded GPS coordinates behind rather than carrying them into the crop. If you specifically need to check or strip that metadata, use the EXIF Metadata Viewer & Remover on the original file.
Your Files Never Leave Your Device
The moment you drop a photo, its bytes stay local to your browser tab. Dragging the crop box is rendered by your browser directly, and the final download is produced by a small WebAssembly module that never sends anything over the network. Closing the tab discards everything — there's nothing left behind on a server, because no server was ever involved.
If you also want to rotate or straighten this photo, add a watermark, or convert it to a different format, see the Rotate & Flip, Add Watermark, and Image Format Converter tools — all built the same on-device way.