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:
HasStrictTraits
An IImage stored in an RGB(A) numpy array.
- data = ImageArray()¶
The bytes of the image.