resize-image-cli

1.0.1 • Public • Published

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] [-h height]

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

/resize-image-cli/

    Package Sidebar

    Install

    npm i resize-image-cli

    Weekly Downloads

    3

    Version

    1.0.1

    License

    ISC

    Last publish

    Collaborators

    • kashishgupta1990