Re: [Tutor] [tutor] creating image from a given data in wxpython

2007-10-01 Thread Alan Gauld
"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 th

Re: [Tutor] [tutor] creating image from a given data in wxpython

2007-09-30 Thread Ian Witham
On 10/1/07, Varsha Purohit <[EMAIL PROTECTED]> wrote: > > Hi All, > 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 came across a > function

Re: [Tutor] [tutor] creating image from a given data in wxpython

2007-09-30 Thread Varsha Purohit
Hi All, 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 came across a function called wx.ImageFromData which book claims that it creates a bitma