Re: create pixmap from data

2006-04-14 Thread Eric Deveaud
Thomas Girod wrote: > Hi there. > > I have a list containing integer values from 0 to 255. With this list I > have informations width and height, as width * height = len(my_list) > > What I want to do is to convert this array into a pixmap of dimension > width * height in order to draw it in

create pixmap from data

2006-04-14 Thread Thomas Girod
Hi there. I have a list containing integer values from 0 to 255. With this list I have informations width and height, as width * height = len(my_list) What I want to do is to convert this array into a pixmap of dimension width * height in order to draw it inside a pygtk GUI. Any suggestions abou