Classes
Image | An object representing an image. |
Bases: atom.atom.Atom
An object representing an image.
Once an image is created it should be treated as read only. User code should create a new image object if the parameters need to be changed.
The format of the image. By default, the consumer of the image will probe the header to automatically infer a type.
The (width, height) raw size of the image. This must be provided for images where the size is not encoded in the data stream.
The (width, height) size of the image. An invalid size indicates that the size of the image should be automatically inferred. A valid size indicates that the toolkit image should be scaled to the specified size.
The aspect ratio mode to use when the toolkit scales the image.
The transform mode to use when the toolkit scales the image.
The bytestring holding the data for the image.