Re: [Tutor] Scaling photos

2014-10-07 Thread Jan Erik Moström
Thanks for the suggestions On Tue, Oct 7, 2014 at 3:10 AM, Alan Gauld 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

Re: [Tutor] Scaling photos

2014-10-06 Thread Alan Gauld
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 f

Re: [Tutor] Scaling photos

2014-10-06 Thread Danny Yoo
On Mon, Oct 6, 2014 at 3:08 PM, 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

[Tutor] Scaling photos

2014-10-06 Thread Jan Erik Moström
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? - jem ___