Mobile app version of vmapp.org
Login or Join
Speyer207

: Smush.It or similar lossless image shrinking with API Is there a free service, with an API, that performs lossless image file size reduction? Currently we use Smush.it which isn't perfect (have

@Speyer207

Posted in: #FileSize #Images

Is there a free service, with an API, that performs lossless image file size reduction?

Currently we use Smush.it which isn't perfect (have to resort to command line tools), although its FAQ does suggest that an API is coming (no progress on this in over 2 years).

EDIT:

Turns out the Smush.it API is alive and well, just advertised as dead. Sending requests to: www.smushit.com/ysmush.it/ws.php?img=VALID_IMAGE_URL (where VALID_IMAGE_URL is, you guessed it, a valid URL of an image) returns a JSON object with a Smush.it address where you can download the newly created image. The JSON object also gives you statistics on the compression available.

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Speyer207

1 Comments

Sorted by latest first Latest Oldest Best

 

@Harper822

There's the PunyPNG API, which supports PNG, jpeg, and gif images.

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme