Skip to content

python script to resize image using PIL from Image library

Notifications You must be signed in to change notification settings

inikotoran/img-resizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

pre-req

python3

Pillow

run

format

python3 resize.py <original_image> <new_image> <resize_ratio_between_0-1> 

example

python3 resize.py photo.jpg photo-rsz.jpg 0.5

About

python script to resize image using PIL from Image library

Topics

Resources

Stars

Watchers

Forks

Languages