Hello,

I see from

http://doc.qt.nokia.com/latest/qimage.html#QImage-4

that I can create a QImage around an existing ray image data buffer in memory, communicated by the "uchar * data" argument, which is what I want.

However, looking at

http://www.pyside.org/docs/pyside/PySide/QtGui/QImage.html#PySide.QtGui.QImage

(which seems to be based on the same documentation) the corresponding PySide constructor seems to take a "data" argument of type "uchar". Is this right?

Can someone let me know if it possible or not to use PySide to display in-memory image data, referenced by a pointer? The image data is generated by an extension module written in C.

Thanks,
Gordon



_______________________________________________
PySide mailing list
[email protected]
http://lists.pyside.org/listinfo/pyside

Reply via email to