I am currently switching from PyQt to PySide.
With PyQt I converted QImage to a Numpy.Array using this code that I found on SO:
QImage
Numpy.Array
<
PySide doesn't seem to offer a bits method. How about using constBits to get the pointer to the array?
bits