# resize-image-cli

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

Latest version **1.0.1** (published 2017-08-01) · ISC license · 0 weekly downloads

## Install

```sh
npm install resize-image-cli
pnpm add resize-image-cli
yarn add resize-image-cli
bun add resize-image-cli
```

Provides the command `resize-image`.

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2017-08-01 |
| First published | 2017-07-31 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 5 |
| Known vulnerabilities | 0 |
| Install scripts | no |
| Author | Kashish Gupta |
| Maintainers | kashishgupta1990 |
| Keywords | resize image, resize jpg, resize png, png resize, jpg resize |

## Links

- npm: https://www.npmjs.com/package/resize-image-cli
- Repository: https://github.com/kashishgupta1990/resize-image-cli
- Homepage: https://github.com/kashishgupta1990/resize-image-cli#readme
- Issues: https://github.com/kashishgupta1990/resize-image-cli/issues
- npm.io page: https://npm.io/package/resize-image-cli

## Dependencies (5)

- [path](https://npm.io/package/path.md) ^0.12.7
- [async](https://npm.io/package/async.md) ^2.5.0
- [mkpath](https://npm.io/package/mkpath.md) ^1.0.0
- [commander](https://npm.io/package/commander.md) ^2.11.0
- [imagemagick](https://npm.io/package/imagemagick.md) ^0.1.3

## Alternatives

- [exif-parser](https://npm.io/package/exif-parser.md) — 3.8M weekly downloads
- [vite-plugin-compression](https://npm.io/package/vite-plugin-compression.md) — 569.5K weekly downloads
- [pica](https://npm.io/package/pica.md) — 442.4K weekly downloads
- [@reportportal/client-javascript](https://npm.io/package/@reportportal/client-javascript.md) — 408.8K weekly downloads
- [@tldraw/state](https://npm.io/package/@tldraw/state.md) — 316.0K weekly downloads

## Recent versions

- 1.0.1 (latest) — 2017-08-01
- 1.0.0 — 2017-07-31

## README

# 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
```sh
 npm install resize-image-cli -g
 ```
 
```sh 
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:-
- https://github.com/kashishgupta1990/resize-image-cli/issues

---
_Source: https://npm.io/package/resize-image-cli · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
