Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

imageoptim-cli

Package Overview
Dependencies
Maintainers
1
Versions
49
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imageoptim-cli - npm Package Compare versions

Comparing version 1.1.5 to 1.3.1

isImageAlphaInstalled

6

package.json

@@ -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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc