Skip to content

Simple Image Converter in Python that I used to process images before posting to my photography website portfolio

Notifications You must be signed in to change notification settings

dankxylese/Simple-Img-Converter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 

Repository files navigation

Simple Image Converter

What?

Easily resize/compress images.

Requirements

Have a folder named "raw" with the images you want to downscale/compress.
PIL. In terminal:

pip install pillow

How?

Find k, that is your image size (e.g. if you want to half it, lower the value of k to 0.5).
Optimize tag is to further reduce the size.

About

Simple Image Converter in Python that I used to process images before posting to my photography website portfolio

Resources

Stars

Watchers

Forks

Languages