This site has been acquired by Toptal.com.
(Attention! API endpoint has changed)

Optimise your JPGs

Online JPG Optimiser. Free! Provides an API. Simple Quick and Fast.

Input Image

Optimised Images

Optimised files will appear here.

Original
{{ image.size }}
bytes
Optimised
{{ image.newSize }}
bytes
Saved
{{ image.saved }}
bytes

{{ image.filename }}

{{ image.status }}

Preview

{{ filename }}

{{ type }} {{ size || '' }}

API

Do not hotlink to images since they will be removed every 10 minutes. Maximum filesize is 5MB.

General

To optimise your JPG files perform a POST request to https://www.toptal.com/developers/jpgoptimiser/optimise with the input parameter set to the file content you want to optimise.

POST https://www.toptal.com/developers/jpgoptimiser/optimise?input=...

For example:

curl -X POST -s --form "input=@filename.jpg;type=image/jpg" https://www.toptal.com/developers/jpgoptimiser/optimise > optimised.jpg

To see implementations in other languages see the Examples page.

(Ends)