GetPicToolsGetPic

Compress Image — Step-by-Step Guide

Step-by-step tutorials, API references, and best practices for every tool

Back to Tutorials
1

Upload

Drag & drop JPEG, PNG, or WebP images onto the upload area. Supports up to 50 images at once.

2

Adjust Quality

Use the quality slider (10-100) to control output file size. Lower values produce smaller files.

3

Set Max Width

Optionally set a maximum width to constrain large images.

4

Export

Click 'Compress All' to process. Download individual files or a ZIP archive.

API Example

curl -X POST https://getpictools.com/api/v1/compress \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -F "image=@product.jpg" \
  -F "quality=80"