✂️ Image Tools

Crop an Image — Free & Private

Cut a photo down to just the part you want. Drag and resize the selection box over your image, then crop — precise, instant, and entirely in your browser with nothing uploaded.

✓ Free forever✓ No upload✓ No signup✓ In your browser
🖼️
Drop an image to crop
or click to browse · JPG, PNG, WebP, GIF
Crop complete!
⬇ Download

In short: drop an image below, drag the selection box over the part you want to keep, drag the corner dot to resize it, and press Crop. The cropped image is rendered on your device and downloads straight away — nothing is uploaded, and you choose whether the result is JPG, PNG or WebP.

Is it free, and is there a watermark?
Yes, free, and no. No signup, no account, no daily limit and nothing added to the picture.
Is my photo uploaded anywhere?
No. The crop is done by your browser’s own canvas, so the file never leaves your device. That also means there is no size limit imposed by a server.
Will cropping lose quality?
The pixels you keep are untouched. What can cost quality is the re-encoding, so the output format is yours to choose — see the format section below.
Can I crop to a square or a 16:9 shape?
Not with a preset — the box is freeform and you drag it to the shape you want. There is no ratio lock, and the capabilities table says so rather than implying one.
Can I crop several images at once?
No, one at a time. Cropping is a decision about a particular picture, so a batch would mean applying one rectangle to images that do not share a subject.
What formats can I crop?
Anything your browser can open — JPG, PNG, WebP, GIF, BMP and AVIF among them. The output can be JPG, PNG or WebP whatever went in.

How to Crop an Image

1
Add Your Image

Drop the photo onto the tool, or click to browse and select it.

2
Position the Box

Drag the selection box over the area you want to keep.

3
Resize

Drag the corner dot to make the selection larger or smaller.

4
Download

Click Crop, then download just the selected area as a PNG.

Why Use Convertlo?

  • 🔒 100% Private — the image never leaves your browser
  • 🆓 Free forever — no account, no watermark, no limits
  • 🎯 Precise selection — drag and resize to the exact area
  • 🖼️ Any format — JPG, PNG, WebP, and GIF
  • Full quality — the cropped area keeps its original pixels
  • 📱 Touch friendly — drag the box on a phone or tablet

Features

🔒

100% Private

No server, no upload — your image stays on your device.

🎯

Drag & Resize

A precise, movable selection box.

👁️

Live Preview

See exactly what you'll keep.

Full Quality

Cropped pixels are untouched.

🖼️

Any Format

JPG, PNG, WebP, GIF supported.

📱

Touch Friendly

Works with touch on phones and tablets.

Which output format to choose

Cropping itself is lossless: the pixels inside the box are copied out untouched. What can cost quality is what happens next — the kept pixels have to be written back into a file, and that encoding is a real choice with real consequences.

This tool used to write PNG and nothing else, which is the worst possible default for the commonest input. PNG is lossless, so it stores every pixel of a photograph exactly — and a photograph has no flat areas to compress, so a 2 MB JPEG cropped to half its size could come back larger than the original. Nothing was gained: the JPEG’s compression artefacts were preserved in perfect detail.

So the output is now yours to pick, and Match the original is the default:

  • JPG — right for photographs. Small, universally accepted, and the quality loss from one re-encode at 92% is invisible next to what the camera already did. It cannot store transparency.
  • PNG — right for screenshots, logos, diagrams and anything with transparency or flat colour. Lossless, and on that kind of image it is also smaller than JPEG as well as sharper.
  • WebP — smallest of the three at the same quality, keeps transparency, and every current browser reads it. Older software may not.

One quirk worth knowing, because it is in the HTML specification rather than being a bug: if you ask a browser for a format it cannot write, canvas.toBlob hands back a PNG with no error at all. So this page checks what it actually got and names the file after the real bytes — never a .webp that is secretly a PNG — and tells you when it had to substitute.

Cropping strips the metadata — including GPS

A cropped image comes out with no EXIF metadata: no camera model, no timestamp, no lens data, and no GPS coordinates. That is not a feature we added; it is a property of drawing an image onto a canvas and reading it back, which is what every browser-based cropper does.

It is worth knowing in both directions. If you are about to post a photograph publicly, losing the GPS tag is a good thing — phone photos routinely carry the exact location they were taken, and cropping here removes it. If you are cataloguing photographs and rely on capture dates, the crop will cost you them, so keep the originals. To strip metadata without re-encoding the picture, use Metadata Remover, which removes the tags and leaves the image data alone.

Why do it in the browser at all?

Every free cropper that ranks for this does the same thing your browser can already do, and uploads your photograph to do it. iLoveIMG, Fotor, Adobe Express, Canva and img2go all send the file to a server, which means an upload wait proportional to the file, a size cap set to protect their bandwidth rather than your needs, and a copy of your picture somewhere you cannot see. Several of the better editors also want an account before you can download.

None of that is necessary. Cropping is a rectangle copy — the single cheapest operation in image editing — and the browser has had a fast, colour-accurate implementation of it for over a decade. This page uses that: the file is opened on your device, the crop is drawn on your device, and the download comes from memory. There is no upload step, so there is nothing to wait for, no cap, and nothing of yours to delete afterwards.

The honest cost is that a server-based editor can offer things a small page will not: layers, healing brushes, content-aware fill. If you want those, an editor is the right tool. If you want a rectangle out of a picture, this is faster and the picture stays with you.

Capabilities at a glance

What this tool does and does not do, stated plainly. The “No” rows are the point, not an omission.

CapabilitySupportedDetail
Input
JPG, PNG, WebP, GIF, BMP, AVIFYesAnything the browser can decode.
HEIC from an iPhoneNoNo browser decodes HEIC. Convert it with HEIC to JPG first.
File size limitNoThere is no server to protect, so nothing is capped by us.
Several images at onceNoOne at a time — a crop is a decision about a particular picture.
Cropping
Freeform selection boxYesDrag to move it, drag the corner to resize.
Fixed aspect ratios (1:1, 16:9…)NoThe box is freeform; there is no ratio lock.
Rotate or straightenNoUse Rotate Image first.
FlipNoUse Flip Image.
Resize after croppingNoUse Resize Image afterwards.
Zoom into the previewNoThe preview is fitted to the panel.
Output
Keep the original formatYesThe default: a JPEG stays a JPEG, a WebP stays a WebP.
Choose JPG, PNG or WebPYesWhatever went in.
Lossless PNG outputYesEvery kept pixel is bit-for-bit the original.
Transparency preservedYesWhen the output is PNG or WebP. A JPEG cannot store it.
Metadata and EXIF keptNoThe canvas drops it — which also strips GPS coordinates. See below.
WatermarkNoNothing is added to the picture.
How it runs
Nothing is uploadedYesThe crop happens on your device and is never sent anywhere.
Signup or daily limitNoThere is no account and no quota.
Offline useNoThe page loads from the network first.

Frequently asked questions

Yes — completely free, with no limits, no watermarks and no account. It runs entirely in your browser, so there is no server cost to recover and nothing to meter. There is no paid tier and no feature held back for one.
No. Cropping happens locally in your browser using the HTML canvas, so your images never leave your device. There is no upload wait and no file-size limit — the limits on other croppers exist to protect their bandwidth, and there is no bandwidth involved here. Nothing of yours is sitting on a server afterwards waiting to be deleted.
Drag the selection box to move it over the part of the image you want, then drag the corner dot to resize it. The shaded area outside the box is what gets removed. The box is freeform in both directions, so you can make any shape of rectangle; there is no ratio lock.
The pixels you keep are copied out untouched, so the crop itself loses nothing. What can cost a little is the re-encoding, because the kept pixels have to be written back into a file. Choose PNG or WebP and that step is lossless too; choose JPG and it is one re-encode at high quality, which on a photograph is invisible.
Whatever you choose. Match the original is the default, so a JPEG stays a JPEG and a WebP stays a WebP — you can also force PNG, JPG or WebP. This page used to write PNG and nothing else, which made a cropped photograph larger than the original it came from, since PNG stores every compression artefact of the JPEG in perfect detail.
Because your browser cannot write WebP, and the HTML specification says a canvas asked for an unsupported format must silently produce a PNG instead. Most tools name the file after what you asked for, so you end up with a .webp that is really a PNG. This page checks the bytes it actually got, names the file accordingly, and tells you it substituted.
JPG for photographs — small and universally accepted. PNG for screenshots, logos, diagrams and anything with transparency or flat colour, where it is both sharper and often smaller than JPEG. WebP when you want the smallest file and know the destination accepts it: every current browser does, but some older desktop software does not.
Yes, if the output is PNG or WebP. A JPEG has no alpha channel at all, so choosing JPG flattens any transparency — onto white here rather than onto black, which is what a naive canvas-to-JPEG conversion does and why some tools return a picture with a black background.
Not by typing numbers — the selection is dragged, and the tool reports the resulting dimensions. If you need an exact output size, crop to roughly the right shape here and then use Resize Image, which takes exact pixel values.
No, one at a time, and that is deliberate rather than a missing feature. A crop is a decision about where the subject is in a particular picture; applying one rectangle across a batch would cut most of them in the wrong place. Batch processing makes sense for things that are the same everywhere, like compression or format conversion.
Yes. The selection box is dragged with a finger exactly as with a mouse, and the crop runs on the phone itself. This is the case where not uploading matters most: a phone photograph is several megabytes and the upload on a mobile connection is usually longer than the whole job takes here.
Yes, all of it — camera model, timestamp, lens, orientation and GPS coordinates. That is a property of drawing an image onto a canvas, not something added here. It is useful before posting a photo publicly, since phone pictures carry the exact spot they were taken, and costly if you are cataloguing photographs by capture date. To strip metadata without re-encoding, use Metadata Remover instead.
Not within a finished download — the removed pixels are gone from that file. But the original is untouched on your device, so you can drop it in again and crop differently. Nothing here overwrites your file; the result is always a new download.
Not directly, because no browser can decode HEIC. Run it through HEIC to JPG first and crop the JPG. Photos shared from an iPhone through most apps are already converted to JPEG on the way out, so this usually only comes up with files copied straight off the device.
No, and mixing them up is the commonest reason a result disappoints. Cropping removes part of the picture and keeps the rest at its original scale. Resizing keeps the whole picture and changes how many pixels describe it. If you want a smaller file but the same image, you want compression or resizing, not a crop.

Related Image Tools

People Also Search For