3.1 Function reference
-
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 toNumpy(aQImage)
Release 5.1.0, documentation updated on June 1, 2008.