"Ian Witham" <[EMAIL PROTECTED]> wrote

>>     I basically wanna create a bitmap image in python. This will be
>> basically in pixels. X and y coordinates will be specified in the 
>> program
>> and python should create an image by matching the colours.

> I found it to be a very slow way to do things (both in programming 
> and in
> execution speed) and I ended up using the Python Image Library (PIL)
> instead.
>
> If you don't really need the GUI capabilities of WX for this project 
> then
> PIL is probably a better tool for the job.

Avtually I'd recommend PIL even if you do need the wxPython GUI
capabilities. wxPython will happily display bitmapps created in PIL.

Alan G. 


_______________________________________________
Tutor maillist  -  Tutor@python.org
http://mail.python.org/mailman/listinfo/tutor

Reply via email to