Skip to content

w3bdev1/resizr

Folders and files

NameName
Last commit message
Last commit date

Latest commit

740936a · Feb 11, 2024

History

19 Commits
Feb 8, 2024
Feb 5, 2024
Feb 9, 2024
Feb 11, 2024
Feb 9, 2024

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)