Why this matters
Cropping is the most fundamental image edit — it changes composition, removes distractions, and adapts photos to specific aspect ratios required by social platforms, print layouts, or UI components. A portrait taken in landscape orientation needs cropping to 9:16 for an Instagram Story; a product photo needs a 1:1 square crop for an e-commerce thumbnail; a desktop wallpaper needs exact 16:9 proportions. Each of these use cases demands a crop that preserves the maximum useful area while respecting the target ratio.
The challenge with many crop tools is that they operate on a downscaled preview, so the final output does not match what you selected visually. This cropper takes the crop coordinates from the preview rectangle but applies them to the original full-resolution image pixels, ensuring pixel-exact output. The Canvas API reads the exact pixel region you specified, meaning a 4000-by-3000 photograph cropped to a 2000-by-1500 rectangle retains every detail from that region — no interpolation, no upscaling, and no surprise soft edges.
Available aspect ratios
| Ratio | Dimensions (normalized) | Common Use |
|---|---|---|
| Free | Unconstrained | Custom compositions |
| 1:1 | 1 x 1 | Profile photos, thumbnails |
| 4:3 | 4 x 3 | Standard photos, presentations |
| 3:2 | 3 x 2 | DSLR photos, prints |
| 16:9 | 16 x 9 | Desktop wallpapers, video |
| 9:16 | 9 x 16 | Mobile stories, reels |
How to use it
Drop an image onto the upload zone or click to select from your files.
Click and drag inside the image to draw a new crop selection, or drag any corner handle to resize an existing one.
Drag inside the rectangle to reposition it over the area you want to keep.
Optionally select an aspect ratio from the dropdown to lock the crop rectangle to that proportion — the rectangle will snap as you draw or resize.
Fine-tune the selection using the x, y, width, and height sliders for pixel-level precision.
Choose an output format (PNG, JPEG, or WebP) and click Download cropped image to save the result.
Testing your result
After downloading the cropped image, open it in an image editor and check the dimensions — they should match the width and height displayed in the tool's sliders exactly. If you selected a 1:1 aspect ratio, verify that the output image is perfectly square with equal width and height. For transparent PNGs, confirm that the alpha channel is preserved in the output — areas outside the crop should remain transparent, not filled with black. For JPEG output, check that transparent areas are filled with white. Compare the crop quality at 100 percent zoom against the original to confirm there is no interpolation or softening.
Common mistakes
Drawing a crop rectangle that is too small relative to the original image, which produces a low-resolution output even though the crop is pixel-exact.
Forgetting to lock the aspect ratio when preparing images for platforms that require specific proportions, leading to distorted images after upload.
Selecting JPEG as the output format for images with transparency — JPEG does not support alpha, and the tool fills transparent areas with white.
Ignoring the preview and relying solely on sliders, which makes it difficult to judge composition — use the visual preview for framing and the sliders for fine adjustments.
Edge cases and options
The cropper preserves the original image resolution within the crop region, so even very large photographs — 6000 by 4000 pixels from a modern smartphone — produce sharp crops without any quality degradation. PNG and WebP output formats preserve the alpha channel for transparent source images, while JPEG output fills any transparent pixels with white. The crop rectangle can be drawn in any direction — top-left to bottom-right or bottom-right to top-left — and the tool normalizes the coordinates automatically. For images with EXIF rotation data, the tool respects the orientation flag and displays the image in its corrected orientation before cropping.
Real-world use cases
Preparing a batch of product photos for an e-commerce site by cropping each to a consistent 1:1 square with the product centered.
Cropping a landscape photograph to 16:9 for use as a desktop wallpaper without losing the key subject.
Extracting a face from a group photo using a free-form crop for a profile picture.
Cropping a screenshot to a specific region for inclusion in a bug report or documentation page, with the precision sliders ensuring exact alignment.
Frequently asked questions
Q: How do I move the crop box?
A: Click and drag inside the existing rectangle to move it. Drag any of the four corner handles to resize. You can also click anywhere outside the box to start drawing a new selection.
Q: What aspect ratios are available?
A: Free (no lock), 1:1, 4:3, 3:2, 16:9 and 9:16. Pick one before drawing or resizing and the rectangle will snap to that ratio.
Q: Is the crop pixel-exact?
A: Yes. The crop is taken from the original full-resolution image pixels — the preview is just a smaller view for convenience.
Q: Does it support transparent PNGs?
A: Yes. PNG and WebP output preserve alpha. JPEG output fills transparent areas with white.
Q: Can I crop to a custom aspect ratio not in the list?
A: Yes — select Free mode to crop without any ratio constraint. You can also use the width and height sliders to set a specific pixel dimension manually.
Start using it now
Try the Image Cropper tool. See also Circle Image Cropper and Image Resizer for more image editing options.