0.1.1 • Published 9 years ago
tinypic v0.1.1
tinypic

Compress JPG or PNG file in command line.
Install
$ npm install -g tinypicUsage
Get an API Key first: https://tinypng.com/developers
# Set API Key before use
$ tinypic use $API_KEY
# Compress an image
$ tinypic example.jpg
# it writes to example.min.jpg
# Custom destination
$ tinypic example.jpg ../output.foo.jpgLicense
MIT © EGOIST