Simple photo collage using Python and PIL

Callum Prentice callum at gmail.com
Tue Nov 22 19:10:10 EST 2005


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




More information about the Python-list mailing list