AssetsBeta
Image Cropper
Crop a precise region from an uploaded image and export a new asset.
Related Tools
Frequently Asked Questions
How do I find the correct crop coordinates?
The source image preview shows pixel dimensions. Left and Top are the pixel offsets from the top-left corner. Width and Height define the crop region size. All values must be within the source image bounds.
Can I crop to a circle or other shape?
No. The current version only supports rectangular crops. For circular crops, export as PNG (which supports transparency) and apply the circular mask in a design tool.
What happens if my crop region goes outside the image?
The server will return a validation error. Make sure Left + Width does not exceed the image width, and Top + Height does not exceed the image height.