Skip to content

A python program that uses Python Imaging Library to manipulate images and renders varieties in differing brightness levels.

License

Notifications You must be signed in to change notification settings

Adesdesk/image_filter.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

image_filter.py

Here's a python-based program that uses Python Imaging Library to manipulate images and renders varieties in differing brightness levels. This program reads an image file e.g. adesdesk_logo.jpg, it splits the read image into its component RGB bands, and generates five channels of varying intensities of this image. The whole body of code can be refactored to collapse all five "for loops" into one I have done this elsewhere, but I maintain a copy of this code as it is still. It is a remembrance of what I came up with in a practice excercise during my earliest days of in python programming.

Yours truly, Adesdesk.

About

A python program that uses Python Imaging Library to manipulate images and renders varieties in differing brightness levels.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages