1.3.3 QImage and NumPy/numarray/Numeric arrays
-
Convert array to a QImage, where array must be a two-dimensional
NumPy, numarray, or Numeric array of type UnsignedInt8 or UnsignedInt32.
-
Convert image of type QImage to a numarray array. This function
is only present if numarray has been detected when building PyQwt.
-
Convert image of type QImage to a Numeric array. This function
is only present if Numeric has been detected when building PyQwt.
-
Convert image of type QImage to a NumPy array. This function
is only present if NumPy has been detected when building PyQwt.
-
Convert image of type QImage to a Numarray array. This function
has been deprecated and is only present if Numarray has been detected when
building PyQwt. Use toNumarray(aQImage).
-
Convert image of type QImage to a Numeric array. This function
has been deprecated and is is only present if Numeric has been detected when
building PyQwt. Use toNumeric(aQImage)
Warning:
Those functions ignore endianness and are untested on 64-bit platforms.
Feedback, please.
Release 4.2.1, documentation updated on May 21, 2006.