# node-optimage **Repository Path**: mirrors_yorkie/node-optimage ## Basic Information - **Project Name**: node-optimage - **Description**: Image optimizer, PNG, JPEG and GIF image compress on OS X, Linux, FreeBSD and Windows - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-11-23 - **Last Updated**: 2026-05-17 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 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 ```js var optimage = require('optimage'); optimage({ inputFile: "test.png", outputFile: "test.min.png" }, function(err, res){ // res.inputFile // res.outputFile // res.saved }); ``` ## License MIT.