Image
Image Cropper
Crop images to a selected area.
Preview
Load an image to get started.
FAQ
- Does this tool upload my image anywhere?
- No. All processing happens entirely in your browser using the Canvas API. Your image never leaves your device.
- What image formats are supported?
- Any format your browser can decode: JPEG, PNG, WebP, GIF, BMP, and AVIF. The cropped result is always downloaded as a PNG.
- What happens if my crop region extends outside the image bounds?
- The inputs are automatically clamped so that the crop area stays within the image dimensions before drawing. You will always get a valid result.