ID Photo Cropper — Browser Image Editing Tool
ImageID Photo Cropper is a client-side image editing tool that creates centered crops at common id and passport photo pixel sizes.
What is it
ID Photo Cropper processes selected image files with browser Canvas and File APIs. Original files are not uploaded to a server, and output images are generated as Blob downloads in the current browser session.
crop ratio = output width / output height, canvas output = selected source rectangle scaled to preset pixels
How to use
- 1Choose image files.
- 2Adjust dimensions, format, or crop options.
- 3Run the tool, then download the generated files or report.
Reference
| Preset | Output |
|---|---|
| 35x45mm @ 300dpi | 413x531 PNG |
| 2x2in @ 300dpi | 600x600 PNG |
Sources & standards
- MDN Web Docs: Client-side web APIs - MDN Web Docs
- MDN Web Docs: Canvas API - MDN Web Docs
FAQ
Is the original file uploaded by ID Photo Cropper?
No. The selected file is read and processed only inside your browser.
Does ID Photo Cropper preserve original metadata?
Canvas-redrawn output generally does not include original EXIF metadata. Browser encoders may still differ in color handling or compression.