Image Cropper
Crop any image to exact pixel coordinates — set X, Y, width, and height manually.
How to use this tool
- 1Click the upload zone and select an image file.
- 2The original image dimensions are shown below the preview.
- 3Enter X (left offset), Y (top offset), Width, and Height in pixels.
- 4Click 'Crop Image' to generate the cropped preview, then click 'Download Cropped' to save as PNG.
About Image Cropper
When you need to extract a precise region from an image — a specific product area from a photo, a chart from a screenshot, or a face from a group shot — this cropper lets you define the crop rectangle by entering exact pixel values for X offset, Y offset, width, and height. After uploading, the tool displays the original image dimensions so you know the valid coordinate range. The four numeric inputs are clamped to prevent out-of-bounds crops: width is capped at (imageWidth - X) and height at (imageHeight - Y). Click 'Crop Image' and the extracted region is drawn onto a Canvas and shown as a preview. Download saves it as PNG. This coordinate-based approach is more precise than drag handles for use cases like extracting a fixed-size thumbnail from a known position, or cropping to exact dimensions required by an API or CMS.
Frequently asked questions
Related Tools
Image Resizer
Resize images to exact pixel dimensions in your browser — no upload, no server.
Image to Base64
Convert any image file to a Base64 data URL for embedding in HTML, CSS, or JSON.
Image Compressor
Compress JPG, PNG, and WebP images client-side using the Canvas API — no uploads, no server.