Python command line program for scaling all images in folder to specific size.
python.exe scal.py PATH_TO_FOLDER --size SIZE
Positional arguments:
path Path to image folder
Optional arguments:
-h, --help show this help message and exit
--size SIZE Target size of image (default: 512)