Skip to content

simple and elegant scaling down program to scale down photos by a factor of 1/2

Notifications You must be signed in to change notification settings

karimkohel/scaledown

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

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

About

simple and elegant scaling down program to scale down photos by a factor of 1/2

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages