[Tutor] Scaling photos

Danny Yoo dyoo at hashcollision.org
Tue Oct 7 00:16:23 CEST 2014


On Mon, Oct 6, 2014 at 3:08 PM, Jan Erik Moström <lists at mostrom.pp.se> wrote:
> I want to write a small script that scales photos. I want the scaled
> photos to keep all meta data available in the originals. I also want
> to keep this python only and easily installed on linux and OS X
> machines.
>
> What library would you people recommend for doing this?


Hi Jan,

Python Imaging Library (PIL) is the first thing that comes to mind.

    http://www.pythonware.com/products/pil/


Good luck!


More information about the Tutor mailing list