About ImageCropKit

ImageCropKit is a free, browser-based image cropper built for people who need to crop, resize, and export images without installing software or uploading files to a server.

Why it exists

Most online image croppers require an account, upload your photos to a remote server, or add a watermark to the result. For casual users this is fine. For photographers, ecommerce sellers, and anyone handling sensitive images, it is not.

ImageCropKit processes every image entirely in your browser using the Canvas API. Your files never leave your device. There is no server, no database, and no storage. Close the tab and the image data is gone.

What it does

  • Single image cropping — free crop, aspect ratio presets, and exact pixel dimensions
  • Bulk cropping — upload multiple images, apply a shared crop, download as ZIP
  • Platform presets — Instagram, TikTok, YouTube, Shopify, Amazon, Etsy, LinkedIn, passport photos
  • Shape cropping — circle and oval crops for profile pictures and avatars
  • AI dataset preparation — batch crop to SD 1.5 (512×512), SDXL (1024×1024), and custom training sizes
  • Export formats — PNG, JPG, and WebP with quality control

Who it is for

  • Ecommerce sellers who need consistent product photos across multiple marketplaces
  • Social media creators who crop the same image for different platform dimensions
  • Photographers who need quick browser-based cropping without opening Photoshop
  • AI practitioners who need consistently sized training datasets
  • Anyone who values privacy and does not want their images uploaded to a server

How it works

When you upload an image, it is loaded into your browser memory using the File API. The crop editor renders on an HTML5 Canvas element. When you download, the Canvas API draws the cropped region at your target dimensions and exports via canvas.toBlob(). No network requests are made during processing.

Contact

For questions, feedback, or bug reports, visit our contact page.