Free Converter

Image Cropper

Crop images to any size or aspect ratio. Choose from presets like 1:1, 4:3, 16:9, or set a custom crop area.

Drop your image here

Supports PNG, JPG, WEBP, GIF, and more

Or

About Image Cropping

Cropping removes parts of an image to focus on a subject, fix composition, or fit a target aspect ratio. Unlike resizing, which changes the dimensions of the entire image, cropping discards pixels outside a chosen rectangle. The remaining pixels keep their original quality; nothing is interpolated. The result is a smaller image showing only the cropped region.

This tool runs in your browser using the Canvas API. Source image loads into a preview where you select the crop rectangle by dragging. Common aspect ratios (1:1, 16:9, 4:3, 3:2, 9:16 for stories) are available as presets. Custom ratios and pixel-precise dimensions are also supported.

Cropping is non-destructive in the sense that pixels within the chosen region remain identical to the source. The image format stays the same unless you change it; quality is unchanged for lossless formats and minimally affected for lossy formats (re-encoding loses a tiny amount of quality).

Why Crop Images

Compositional improvement is the most common reason. Photos straight from a camera often have empty space, distracting elements at the edges, or framing that does not emphasize the subject. Cropping fixes these issues quickly.

Aspect ratio adjustment is also a frequent use. Square crops for Instagram, 16:9 for video thumbnails, vertical 9:16 for Stories — each platform has its preferred ratio, and cropping is the way to fit images into those formats.

How to Crop an Image

Upload, drag the crop area, save the result.

  1. Upload your image: Drag a JPEG, PNG, or WebP into the upload area. Files up to 50 MB are supported.
  2. Choose aspect ratio: Pick from presets (1:1 square, 16:9 widescreen, 4:3, 3:2, 9:16 vertical) or set a custom ratio. The crop rectangle constrains to the chosen ratio.
  3. Drag the crop area: Position and resize the crop rectangle on the preview. Real-time feedback shows what will be kept.
  4. Crop and download: Click Crop. The browser draws the selected region onto a new canvas and exports it. Save the cropped image.

Common Use Cases

Technical Details

The crop region is defined by a rectangle (x, y, width, height) in source pixel coordinates. The Canvas API's drawImage with source and destination parameters extracts this region into a new canvas at the cropped size.

Aspect ratio constraints clamp the crop rectangle: changing one dimension automatically adjusts the other to maintain the chosen ratio. Free-form mode lets you specify any rectangle.

Output format defaults to the source format. Re-encoding lossy formats (JPEG) introduces a small generational loss; lossless formats (PNG, WebP lossless) preserve exact pixels.

Best Practices

Frequently Asked Questions

Does cropping reduce quality?
No, the kept pixels are identical to the source. The only change is the image's overall dimensions. Re-encoding to lossy formats causes a small generational loss; saving as PNG or lossless WebP preserves exact pixels.
What's the difference between cropping and resizing?
Cropping discards pixels outside a region, leaving the kept pixels unchanged. Resizing changes the dimensions of the entire image, interpolating pixels. They serve different purposes — cropping for composition, resizing for display size.
What aspect ratios should I use?
1:1 for Instagram and profile pictures. 16:9 for widescreen video and most web heroes. 4:3 for older displays and some print. 9:16 for vertical stories and TikTok. 3:2 for many DSLR photos. Pick based on the destination.
Can I crop to specific pixel dimensions?
Yes. Switch from aspect ratio to pixel mode and enter exact width and height. The crop rectangle constrains to those dimensions.
What happens to metadata after cropping?
Canvas-based cropping strips EXIF, ICC profiles, and other metadata. The output contains only pixel data. For metadata-preserving crop, use a desktop tool.
Is my image uploaded to a server?
No. Cropping happens in your browser.
Can I undo a crop?
Within the tool, yes — adjust the crop rectangle before downloading. Once downloaded and the source closed, the cropped pixels are gone unless you have the original.
What's the maximum file size?
50 MB. Larger files may strain browser memory during preview rendering.