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
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
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
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
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,