[Tutor] Scaling photos

Jan Erik Moström lists at mostrom.pp.se
Wed Oct 8 07:47:13 CEST 2014


Thanks for the suggestions

On Tue, Oct 7, 2014 at 3:10 AM, Alan Gauld <alan.gauld at btinternet.com> wrote:
> On 06/10/14 23:08, Jan Erik Moström 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?
>
>
> Pillow
> Its the Python 3 version of PIL but works with 2.7 too I think.
> Most PIL tutorials will work for Pillow too.
>
> Also consider ImageMagick. Its usually available in the package system for
> Linux and can be downloaded for Macs too. It has a Python library.
>
> HTH
> --
> Alan G
> Author of the Learn to Program web site
> http://www.alan-g.me.uk/
> http://www.flickr.com/photos/alangauldphotos
>
> _______________________________________________
> Tutor maillist  -  Tutor at python.org
> To unsubscribe or change subscription options:
> https://mail.python.org/mailman/listinfo/tutor


More information about the Tutor mailing list