https://github.com/wp99cp/image-optimizer
command-line based image optimizer running on Node.js
https://github.com/wp99cp/image-optimizer
image-optimizer scaling-images
Last synced: over 1 year ago
JSON representation
command-line based image optimizer running on Node.js
- Host: GitHub
- URL: https://github.com/wp99cp/image-optimizer
- Owner: wp99cp
- License: mit
- Created: 2019-09-20T21:06:19.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-05-06T20:10:34.000Z (about 3 years ago)
- Last Synced: 2025-01-29T20:48:46.613Z (over 1 year ago)
- Topics: image-optimizer, scaling-images
- Language: JavaScript
- Homepage:
- Size: 451 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
_Version 2.0.0_
# Basic Commandline Image Optimizer
This is a simple command-line based image optimizer running on Node.js. It monitors file changes in the input (```./input/```) directory, converts them to the selected sizes and file types, and put them in an output (```./output```) directory.
## Use-Case
This tool is optimal to create file-size optimized images for web applications. In one run, it can create form a single image all the necessary output formats and sizes.
## Start Optimizer
1) To start the optimizer, install all the dependencies with
```npm install```
2) Then start the script with
```gulp default```