2 releases

0.1.1 Feb 9, 2024
0.1.0 Feb 8, 2024

#12 in #maintain

MIT license

6KB
67 lines

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)

Dependencies

~6.5MB
~94K SLoC