Skip to main content
open-toolsopen-tools

Image Resize

Resize an image to exact dimensions - instantly, in your browser

Runs entirely in your browser. Nothing is uploaded — your input never leaves this device.
Use via API

API · SAME JOB, YOUR MACHINE

# Runs in your browser - no upload needed.
# Prefer it programmatically? The developer API resizes server-side:
curl -X POST https://api.open-tools.app/api/upload \
  -F "file=@image.jpg" \
  -F "job_type=image-resize" \
  -F "width=800" \
  -F "height=600"
# -> {"job_id":"..."} - status via wss://ws.open-tools.app/ws/{job_id} - then GET /api/download/{file_id}