[PyKDE] Python C extension to manipulate QImage
Maxwell Sayles
maxwellsayles at hotmail.com
Fri May 23 20:43:00 BST 2003
Hi,
In C, I can load an image using QImage and then access its bits using
img.bits(). the bits() method is not, however, supported in PyQt. Is there
a way I can either get the QImage pointer in my C extension? or get access
to the value returned by bits() in python, which I can then pass on to my C
extension?
Thanks for your help.
Maxwell Sayles
_________________________________________________________________
STOP MORE SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail
More information about the PyQt
mailing list