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.
- Host: GitHub
- URL: https://github.com/micmro/hot-folder-image-compressor
- Owner: micmro
- License: mit
- Created: 2014-02-02T20:22:02.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2014-02-09T01:52:49.000Z (over 12 years ago)
- Last Synced: 2024-12-29T18:21:05.879Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 160 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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_