Image Cropper: a practical guide
Crop images with accessible numeric controls. A practical guide to Image Cropper: when it fits, how to get a reliable result, and the mistakes worth avoiding.
Crop images with accessible numeric controls. That single sentence is most of what Image Cropper does—the rest is knowing when to reach for it, which inputs cause trouble, and how it fits alongside the other utilities in the same category.
When Image Cropper is the right tool
Image chores are a short pipeline, and each tool here handles one stage of it well.
- Trim screenshots to the relevant region.
- Create square avatars from photos.
- Extract a chart from a larger capture.
- Prep social crop ratios before export.
Getting a reliable result
Crop before resizing and resize before compressing, so the encoder only works on pixels you intend to ship. Keep a lossless master and export delivery copies from it, since repeatedly re-saving a lossy file compounds the damage.
- Note source dimensions before setting the box.
- Use keyboard inputs for pixel-precise crops.
- Crop from high-resolution originals.
Mistakes that waste time
- Setting width/height larger than the source.
- Forgetting Y offset when targeting lower regions.
- Expecting circular crops from this tool.
- Cropping already heavily compressed images.
Privacy and local processing
Images are decoded and processed in your browser with Canvas APIs, and published size limits protect low-memory devices. Files are never uploaded.
Related tools and reading
Open Image Cropper to try it with your own input. Nearby utilities include Image Format Converter and Image Resizer. For background, read Image optimisation for the web, and browse the Image Toolkit collection for the rest of the cluster.
Try related tools
Keep exploring
- learnImage optimisation for the webChoosing a format, sizing for the layout, and compressing without visible damage—an order of operations that saves the most bytes.
- learnWorking with Image Format ConverterConvert images to PNG, JPEG, or WebP locally. A practical guide to Image Format Converter: when it fits, how to get a reliable result, and the mistakes worth avoiding.
- learnGetting started with Image ResizerResize images by size or percent, locally. A practical guide to Image Resizer: when it fits, how to get a reliable result, and the mistakes worth avoiding.
- compareResizing vs Cropping ImagesScaling the whole image versus cutting a region—compare which operation preserves composition and which saves bytes.