Image
Crop image
Crop an image using X, Y, width, and height.
Input
File and output
Result
Crop image
Waiting for image
The processed image will appear here.
API
Also available by API
Use multipart or base64 with a NOXUS API key. API billing uses separate USD balance.
The web and API share the same processing function and limits pattern.
POST /api/v1/tools/image-crop
Authorization: Bearer TU_API_KEY
Content-Type: multipart/form-data
image=@foto.png
output_format=png
x=20
y=20
width=600
height=400