1.3.4 QImage and Numeric/numarray arrays

toImage( array)
Convert array to a QImage, where array must be a two-dimensional Numeric array of type UnsignedInt8, UnsignedInt16 or UnsignedInt32 or a two-dimensional numarray array of type UInt8, UInt16 or UInt32.

to_na_array( image)
Convert image of type QImage to a numarray array. This function is only present if numarray has been detected when building PyQwt.

to_np_array( image)
Convert image of type QImage to a Numeric array. This function is only present if Numeric has been detected when building PyQwt.

Warning: Those functions ignore endianness and are untested on 64-bit platforms. Feedback, please.