# Image Cropper

> Crop a precise pixel region from any image.

URL: https://uttir.com/image-cropper
Categories: image-tools
Privacy: Your image is cropped locally in your browser and never uploaded.

## About

Specify the top-left corner (X, Y) and the width and height of the region you want, and the cropper extracts exactly that area as a PNG. Values are clamped to the image so you can never crop outside its bounds.

Useful for pulling out a logo, a face, or a section of a screenshot without any software.

## How to use

1. **Choose an image** — A preview and its dimensions are shown.
2. **Enter the crop region** — X, Y, width, and height in pixels.
3. **Crop and download** — The extracted region is saved as PNG.

## FAQ

### What do X and Y mean?

They are the pixel coordinates of the top-left corner of the crop, measured from the top-left of the image (0,0).

### Can I crop to a specific aspect ratio?

Yes. There is a preset list (1:1, 4:3, 16:9, etc.) and a custom ratio input. The crop box is constrained to the ratio as you drag.

### Does cropping change the file size?

Usually yes — a smaller cropped image is a smaller PNG. PNG compression favors uniform regions, so cropping out a busy background often shrinks the file more than the area ratio suggests.

## Related tools

- [Image Resizer](https://uttir.com/image-resizer) — Resize images to exact pixel dimensions with optional aspect-ratio lock.
- [Image Compressor](https://uttir.com/image-compressor) — Shrink image file size with quality and format control, and see the savings before you download.

---

For the full HTML page with the live tool, visit https://uttir.com/image-cropper.
This file is the markdown rendering at https://uttir.com/image-cropper.md. See https://uttir.com/llms.txt for a site-wide summary.
