IMAGE
🖼️ Image Tools
Image Cropper
Crop any image to a rectangular region. Drag to select the crop area, then download the cropped result instantly in your browser.
Drop an image here or click to upload
Supports PNG, JPEG, WebP, GIF, BMP
How to Use
- Upload an image using the file picker or drag and drop.
- Click and drag on the image to select the crop region.
- Adjust the crop region by dragging the selection edges.
- Choose output format and quality.
- Click crop and download the result.
How It Works
Image cropping extracts a rectangular region from the source image using the Canvas
drawImage() method with source coordinates. The cropped region is rendered to a new canvas and exported at the selected format and quality.