It's a command line program that takes an image and lowers its resolution by half.
- Can scale down an image multiple times if needed
- Rename the produced images if needed
- Clone the repo
- Install requirments from requirements.txt while inside the program directory
pip install -r requirements.txt
USAGE : pyramids <image to scale down>
[options]
OPTIONS :
-n <path or name to produced image>
the name or path of the produced image
-t <number of times to scale down>
the programe will scale down the image by a factor of 1/2 the number of times specified