0.2.0 • Published 10 years ago

optimage v0.2.0

Weekly downloads
13
License
-
Repository
github
Last release
10 years ago

node-optimage

Image optimizer, PNG, JPEG and GIF image compress on OS X, Linux, FreeBSD and Windows.

Install

Install with NPM: npm install --save optimage

Example usage

var optimage = require('optimage');

optimage({
    inputFile: "test.png",
    outputFile: "test.min.png"
  }, function(err, res){
    // res.inputFile
    // res.outputFile
    // res.saved
});

License

MIT.