Skip to content

jccr/py-image-resize

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

py-image-resize

Python CLI app for image resizing, format conversion, and compression.

Try it out

With Poetry installed:

poetry install
poetry shell
# scale down to 10%, convert format, add a suffix to the filename
python resize.py -v -s 10 -f JPEG -u '.thumbnail' test/sample.png

Releases

No releases published

Packages

No packages published

Languages