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 [...]
- Filed under photography, software development
- Tagged with photography, python, scripts, tips & tricks
- Comments(5)
