Resizing changes the dimensions of the entire image — it becomes larger or smaller, but the content is preserved in full (possibly distorted if the aspect ratio changes). Cropping selects a specific region and eliminates the rest — the resulting dimensions are exactly those of the selected area.
Image Resizer & Cropper
Resize, crop or apply presets for Instagram, YouTube, LinkedIn and documents — without uploading any image to a server.
Resize vs crop: what is the difference and when to use each
Resizing changes the dimensions of the entire image, maintaining (or not) the original aspect ratio. Cropping selects a specific region and discards the rest. Understanding the difference prevents distortions, unexpected borders and images that are wrong for the destination — whether a document, social network or thumbnail.
Choose the mode and apply the transformation in three steps
- Drag your image to the upload area or click to select a file from your device.
- Choose the mode: Resize (enter dimensions), Crop (drag the handles on the overlay), or Presets (select a ready-made format).
- Click Process image and then Download result to save the file to your device.
Sources and references for this tool
These references help contextualize formulas, standards, APIs and limitations used on this page. They do not replace professional validation when a result has legal, financial, medical or operational impact.
- CanvasRenderingContext2D.drawImage() — Web APIsMDN Web Docs — Canvas method with source region crop support — foundation for simultaneous crop and resize.
- HTMLCanvasElement — Web APIsMDN Web Docs — Canvas 2D interface used to resize and export images in the browser.
- Image Resizing Algorithms — Pillow DocumentationPillow / Python Imaging Library — Explanation of interpolation algorithms (nearest, bilinear, bicubic, lanczos) and quality trade-offs.
- ICAO Doc 9303 — Machine Readable Travel Documents, Part 1ICAO — Official specification for photo dimensions and requirements in travel documents (ICAO passport).
- Pointer Events — W3C RecommendationW3C — Pointer events specification used in the interactive crop interface with drag-and-drop handles.