Image Cropper

Crop images with custom dimensions

Click or drop an image here

About Image Cropper

Image Cropper lets you cut out a rectangular region of an image by entering exact X, Y, width, and height values in pixels — there's no drag-to-select handle on the image itself. Everything happens locally in your browser using the canvas element, and your image is never uploaded to a server.

How to use Image Cropper

  1. 1Click the upload area and select an image from your device.
  2. 2Set the X and Y position sliders to choose where the crop starts.
  3. 3Set the Width and Height sliders to define the crop size.
  4. 4Click 'Crop Image' and then the download button to save the result.

Frequently Asked Questions

What image formats does Image Cropper support?

It accepts common formats your browser can open, such as JPG, PNG, and WebP. The output is always a PNG file.

Is Image Cropper really free to use?

Yes, it's completely free with no registration required.

Can I drag crop handles directly on the image?

No, the crop area is set with numeric X/Y/width/height sliders rather than draggable handles on the image preview.

Will my uploaded images be saved or shared?

No, your images are processed locally in your browser and are never uploaded to a server.

Tips & Tricks

  • Watch the pixel values update live as you move each slider to fine-tune your crop area.
  • There's no aspect-ratio lock, so calculate width and height yourself if you need a specific ratio like 1:1 or 16:9.
  • Preview the result after clicking Crop Image before downloading, in case you need to adjust the values.
  • Crop one image at a time — there's no batch processing option.