hi all :)
I need to do QImage -> Numpy array transformation.
I know there a possibility on writing file and read fil again with PIl for
example, but I need something less slow ;)
I'm trying scanLine method on a QImage objet, but I don't understan how it
works.
exemple :
a=[]
for i in arange(image.height()):
a.append(Qimage.scanLine(i))
give me a list of SIP object. How to convert this in value ? (it's B&W
pictures)
note : I'm a noob ;)
JB
--
http://astrolix.org
association des linuxiens astronomes
_______________________________________________
PyQt mailing list [email protected]
http://www.riverbankcomputing.com/mailman/listinfo/pyqt