Crop image

Crop an image using X, Y, width, and height.

File and output

Image

Drag an image or click to choose it.

PNG, JPG, WEBP, GIF, BMP, TIFF, ICO. Limits depend on your plan.

Crop image

Waiting for image

The processed image will appear here.

Output format
-
Size
-
Dimensions
-

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