Posts Tagged pil
Fun with Python and image processing
Posted by Kyle Lexmond in Photography, Programming on April 27, 2012
Today I got to work with something I’ve been meaning to for a while – Image processing with Python, in particular the PIL/Pillow library. (Pillow’s a forked, more up to date version of PIL, and it’s in PyPi.) So about 30 minutes after planning and googling and reading the docs, I have a first version […]