Skip to content

manipulate image files using the Python PIL module

Notifications You must be signed in to change notification settings

yinna24/image-work

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

#Image work

##Scale and convert images using PIL

##Scenario

you are in the process of updating your website, you have a bunch of image files that were delivered to you in the wrong format. you can use Python to get these images ready for launch.

##Working

the imageWork.py script uses the Python Imaging Library (PIL), loops through the images in the images folder,

*rotates the image 90 degrees clockwise,

*resizes the image from 192x192 to 128x128,

*saves the image to a new folder (opt/icons) in .jpeg format.

About

manipulate image files using the Python PIL module

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages