image
— representation of image types
This module contains constants defining representations of images.
Classes
- class image.ImageToken
An opaque token representing image data from the
datastore.ImageStore
. Objects of this class cannot be created directly, but only through theImageStore.get_token
method.
Constants
- image.NONE
- image.PNG
- image.BMP
The image format used by, for example,
Splashscreen.set_background
.