Metadata-Version: 2.4
Name: resize-image
Version: 0.4.0
Summary: Commandline utility to resize an image.
Home-page: https://github.com/jaymu53/resize-image
Author: Jay Mu
Author-email: me@jaymu.com
Requires-Dist: pillow
Requires-Dist: python-resize-image
Dynamic: author
Dynamic: author-email
Dynamic: description
Dynamic: home-page
Dynamic: requires-dist
Dynamic: summary

# Resize an Image given width and height

## Usage:

### pip install resize-image
### resize-image --image pathToImage --width width --height height --destination pathToDestination

