Skip to content

w3bdev1/resizr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Image Resizer

Get and Set image dimensions

Usage

  • Get dimensions: resizr -i <image-file>
  • Set width and maintain aspect-ratio: resizr -i <image-file> -w <width> -o <output-file>
  • Set width and height: resizr -i <image-file> -w <width> -h <height> -o <output-file>
  • Help: resizr --help (Note: -h flag is for --height)