This is a preview version of the DisplayLink DL-7450 Software Development Kit Documentation. The functionality that is described and made available in this version is subject to addition, removal or change without warning.

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 the ImageStore.get_token method.

Constants

image.NONE
image.PNG
image.BMP

The image format used by, for example, Splashscreen.set_background.