pyface.array_image module¶
-
pyface.array_image.
ImageArray
= Array(shape=(None, None, (3, 4)), dtype='uint8')¶ Trait type for image arrays.
-
class
pyface.array_image.
ArrayImage
(data, **traits)[source]¶ Bases:
traits.has_traits.HasStrictTraits
An IImage stored in an RGB(A) numpy array.
-
data
= ImageArray()¶ The bytes of the image.
-