Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 658 Bytes

README.md

File metadata and controls

26 lines (19 loc) · 658 Bytes

Scale Down

what is it

It's a command line program that takes an image and lowers its resolution by half.

Features

  • Can scale down an image multiple times if needed
  • Rename the produced images if needed

Installation

  • Clone the repo
  • Install requirments from requirements.txt while inside the program directory
    • pip install -r requirements.txt

Usage

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