Batch convert images to sepia tone with python

Posted by Mike on Jan 13th, 2010

The Python Imaging Library (PIL) offers easy photo manipulation from python scripts. There’s some handy sample code on effbot.org that demonstrates how to alter an image’s palette to generate a sepia tone effect. It first desaturates the image, then applies a new palette based on a linear ramp.
I’ve cleanup up that sample code [...]


I’m as guilty as the next guy

Posted by Mike on Sep 10th, 2008

I loved the post that a read on 37 signals about throwing out your bad shots. I have a tough time sometimes not posting everything I liked even a little bit online for my friends and family to see. In reality, looking back half-objectively, I could have left out a ton of cruft [...]


Categories