1.0.1 • Published 7 years ago

resize-image-cli v1.0.1

Weekly downloads
7
License
ISC
Repository
github
Last release
7 years ago

resize-image-cli

Command line tool which resize the .png and .jpg images.

prerequisite software

It uses imagemagic software to resize your images.

  • Install brew
  • Install imagemagic

Module Usage

Install

 npm install resize-image-cli -g
resize-image -s images/ -d resize -w 100 -h 100

Usage: resize-image -d destinationFolder -s sourceFolder -w width

Options:

 -V, --version                                   output the version number
 -s, --source <source-directory-path>            mention the source directory path.
 -d, --destination <destination-directory-path>  mention destination directory path.
 -w, --width <width>                             mention required width.
 -h, --height <height>                           mention required height.
 -h, --help                                      output usage information.

For Bugs / Features request please visit the following links:-