Compress image

Reduce JPG, PNG, and WEBP image size with configurable quality. Ideal for websites, social media, school work, and files you need to share quickly.

File and compression

Image

Drag an image or click to choose it.

JPG, PNG, WEBP, GIF, BMP, TIFF, ICO up to 15MB

Compressed image

IMG
Waiting for image

After compressing an image, original size, final size, and estimated savings will appear here.

Format
-
Original
-
Final
-
Saved
-
Dimensions
-

Also available by API

Compress images from your apps with a NOXUS API key. Send multipart or base64, adjust quality, and choose WEBP, JPG, or PNG.

The API uses USD balance separate from web NOX and returns content_base64, data_url, original size, final size, and saved percentage.

POST /api/v1/tools/image-compress
Authorization: Bearer TU_API_KEY
Content-Type: application/json

{
  "image_base64": "data:image/png;base64,...",
  "output_format": "webp",
  "quality": 75,
  "max_width": 1600,
  "filename": "imagen-optimizada"
}