imageoptim-cli
Advanced tools
Comparing version 1.1.5 to 1.3.1
@@ -8,3 +8,3 @@ { | ||
"main": "./imageOptim", | ||
"version": "1.1.5", | ||
"version": "1.3.1", | ||
"repository": { | ||
@@ -16,3 +16,4 @@ "type": "git", | ||
"imageOptim": "./imageOptim", | ||
"isImageOptimInstalled": "./isImageOptimInstalled" | ||
"isImageOptimInstalled": "./isImageOptimInstalled", | ||
"isImageAlphaInstalled": "./isImageAlphaInstalled" | ||
}, | ||
@@ -26,2 +27,3 @@ "keywords": [ | ||
"ImageOptim", | ||
"ImageAlpha", | ||
"images", | ||
@@ -28,0 +30,0 @@ "jpegoptim", |
# ImageOptim-CLI | ||
Controls [ImageOptim](http://imageoptim.com) from the command line to make lossless optimisation of images part of your automated build process. | ||
Controls [ImageOptim](http://imageoptim.com) and [ImageAlpha](http://pngmini.com) to make lossless optimisation of images part of your automated build process. | ||
## Usage | ||
## Example | ||
$ imageOptim /path/to/images | ||
$ imageOptim --directory /path/to/images | ||
Processing 23 images... | ||
✔ Finished in 212 seconds | ||
ImageOptim-CLI launches ImageOptim and waits while all images have been processed. | ||
√ Optimised 44 images in 38 seconds | ||
## Installation | ||
$ sudo npm install -g imageoptim-cli | ||
## Usage | ||
Usage: imageOptim [options] | ||
Options: | ||
-d, --directory directory of images to process | ||
-a, --image-alpha pre-process PNGs with ImageAlpha.app (http://pngmini.com) | ||
-h, --help output usage information | ||
-v, --version output the version number | ||
## Grunt Plugin | ||
@@ -18,0 +27,0 @@ |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7871
5
37