3.1 Function reference
-
Convert array to a QImage, where array must be a two-dimensional
NumPy, numarray, or Numeric array of type uint8 or uint32. This function is
always available, even when PyQwt has been built without support for NumPy,
numarray and Numeric.
-
Convert image of type QImage to a numarray array. This function
is only available if PyQwt has been built with support for numarray.
-
Convert image of type QImage to a Numeric array. This function
is only available if PyQwt has been built with support for Numeric.
-
Convert image of type QImage to a NumPy array. This function
is only available if PyQwt has been built with support for NumPy.
-
Convert image of type QImage to a Numarray array. This function
has been deprecated and is only available if PyQwt has been built with
support for Numarray.
building PyQwt. Use toNumarray(image).
-
Convert image of type QImage to a Numeric array. This function
has been deprecated and is is only available if PyQwt has been built with
support for Numeric. Use toNumeric(image)
Release 4.2.3, documentation updated on July 18, 2010. Hosted on