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