An open API service indexing awesome lists of open source software.

https://github.com/micmro/hot-folder-image-compressor

Cross platform Node.js CLI tool that listens to a folder (hot folder) and it's sub-folders and optimizes all images added to it.
https://github.com/micmro/hot-folder-image-compressor

Last synced: 6 months ago
JSON representation

Cross platform Node.js CLI tool that listens to a folder (hot folder) and it's sub-folders and optimizes all images added to it.

Awesome Lists containing this project

README

          

hot-folder-image-compressor
===========================

Node.js CLI tool that listens to a folder (hot folder) and it's subfolders and optimizes all images added to it.

It was inspired by [grunt-contrib-imagemin](https://github.com/gruntjs/grunt-contrib-imagemin) and uses (as by Feb '14) the same optimizer under the hood. The difference is that hot-folder-image-compressor is not relying on grunt and is aming to be used for e.g. a studio team to automatically optimize their creative output.

Usage
------
```
node app.js "../path/to/source/folder" "../path/to/result/folder"
```
_The path arguments can be absolute or relative_