Easy Converter

Image Cropper

Crop images online with a visual selector — square for avatars, 16:9 for thumbnails, 4:5 for Instagram, or any custom ratio. The cropper runs entirely in your browser, accepts JPG, PNG and WEBP, and exports the result in the original format. No watermarks, no sign-up, no upload to a remote server.

How to use

  1. 1

    Open the image

    Drop a single image into the editor. Supported formats: JPG, PNG, WEBP.

  2. 2

    Pick aspect ratio

    Choose a preset (1:1, 4:5, 16:9, 9:16) or set free crop. Drag the rectangle to position the selection.

  3. 3

    Export the crop

    Click Export to download the cropped image in the original format.

Technical details

Cropping selects a rectangular region of pixels and discards the rest. Unlike resizing, cropping never modifies the remaining pixels — every kept pixel is bit-identical to the source. That makes cropping the safest, lossless operation in the image-editing toolbox.

The visual cropper renders the source image on an HTMLCanvasElement and overlays a draggable rectangle. When you click Export, only the selected region is painted to a second canvas of the cropped size and exported via `toBlob`. The image format is preserved (PNG stays PNG, JPG stays JPG) unless you explicitly switch it.

For social media we provide presets that match the latest platform specs: 1:1 for profile pictures, 4:5 for vertical Instagram posts, 9:16 for Reels and TikTok, 16:9 for YouTube thumbnails, 1.91:1 for Open Graph and LinkedIn link previews. Each preset locks the aspect ratio while letting you reposition the selection.

If you need to crop many photos to the same rectangle, save the selection coordinates from the first file and reuse them — a batch mode is available in the advanced panel.

Frequently asked questions

Does cropping reduce quality?
No. The kept pixels are bit-identical to the source. Only the discarded region disappears.
Can I crop transparent PNGs?
Yes. Transparency is preserved in the output PNG.
What aspect ratios are supported?
All common presets (1:1, 4:5, 16:9, 9:16, 1.91:1) plus a free crop with arbitrary dimensions.
Can I crop multiple images at once?
Yes, with the batch mode in advanced options. Same coordinates are applied to every image.
Are my photos uploaded?
No. All processing happens in your browser. Files never leave your device.
Reviewed by:Easy Converter Engineering Team

This tool was tested and calibrated by our engineering team. All processing happens locally in your browser — your files and data never leave your device.