hi,

I am trying to create a QImage from a numpy array directly. this is not
supported yet, right?
has anybody tried to load a numpy array via a string into a QImage, like

a = numpy.zeros((100,50))
image = QImage(a.tostring(), a.shape[0], a.shape.[1], a.shape[0],
OImage.Format_Mono)

thanks a lot!
michael

_______________________________________________
PyQt mailing list    [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt

Reply via email to