Re: Simple photo collage using Python and PIL

2005-11-23 Thread Callum Prentice
Thanks very much Fredrik - just what I was looking for - that gives me a good place to start from. Much appreciated. Cal. -- http://mail.python.org/mailman/listinfo/python-list

Re: Simple photo collage using Python and PIL

2005-11-23 Thread Callum Prentice
Thank you Thomas - I've heard good things about Image Magick - I'll go read up on it. Cheers. Cal. -- http://mail.python.org/mailman/listinfo/python-list

Re: Simple photo collage using Python and PIL

2005-11-23 Thread Thomas Guettler
Am Tue, 22 Nov 2005 16:10:10 -0800 schrieb Callum Prentice: > i need a "script" that i can use locally as well as online that will: > > * create a large (maybe something like 2k x 2k) master image in memory > * open a text file and read all the lines from it (maybe 1000 lines > max) > * each lin

Re: Simple photo collage using Python and PIL

2005-11-23 Thread Fredrik Lundh
Callum Prentice wrote: > i need a "script" that i can use locally as well as online that will: > > * create a large (maybe something like 2k x 2k) master image in memory > * open a text file and read all the lines from it (maybe 1000 lines > max) > * each line is composed of an x, y, name and a pn

Simple photo collage using Python and PIL

2005-11-22 Thread Callum Prentice
i need a "script" that i can use locally as well as online that will: * create a large (maybe something like 2k x 2k) master image in memory * open a text file and read all the lines from it (maybe 1000 lines max) * each line is composed of an x, y, name and a png image filename * for each line,