Image Cropper

Crop images with aspect ratio controls.

Image Tools
Tool Area
Select Target Canvas to CropAll conversion processing is executed 100% locally

About this tool

Framing image dimensions is a vital step when preparing identity photos, passport documents, and visual design assets. This client-side Image Cropper handles pixel coordinate isolation instantly.

Matrix Cropping Calculations

When performing cropping calculations, the system maps target coordinates to construct a sub-matrix of your image canvas parameters:

x'
y'
=
sx   0
0   sy
x
y

This maps your localized crop boundaries directly onto an offline HTML5 Canvas element. Because all drawing arrays execute within client browser containers, your original private images are never sent to external servers.

Frequently asked questions

Everything you need to know about Image Cropper.

Can I crop to a specific aspect ratio like 16:9 or 1:1?

Yes. The cropper offers preset aspect ratios (1:1, 4:3, 16:9, 2:3) as well as a freeform mode where you drag the crop handles to any shape. Holding Shift while dragging locks the current ratio.

Can I crop to exact pixel dimensions?

Yes. Enter the desired width and height in pixels in the dimension inputs and the crop selection will snap to those exact dimensions. The output image will be exported at precisely those pixel measurements.

What output formats does the cropped image support?

Cropped images can be exported as JPEG (best for photographs), PNG (best for images requiring transparency or sharp edges), or WebP (best for web performance). Quality settings are available for lossy formats.

Is there a maximum image size the cropper can handle?

The cropper handles images up to the browser's Canvas API maximum (typically 16,384 × 16,384 px). Very large images (e.g. professional camera RAW exports) should be pre-downscaled slightly for smoothest interaction.

Is my image processed on a server?

No. The entire crop operation uses the browser's Canvas 2D API locally on your device. Your image data is never transmitted to any server.

Related tools