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,  open the png image and position it in the master
image at the location given by x & y
* save off the master image to a png at the end

i've been told python and the python image library can help me - i
haven't used either before so can anyone give me some pointers to get
me started please - it feels like it's probably just a few lines of
code for an expert (no validation required - i'll be the only one using
it)

any help 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 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