Module speedy2d::image[][src]

Types relating to images.

Structs

ImageHandle

Represents a handle for a loaded image.

Enums

ImageDataType

The data type of the pixels making up the raw image data.

ImageSmoothingMode

ImageSmoothingMode defines how images are rendered when the pixels of the source image don’t align perfectly with the pixels of the screen. This could be because the image is a different size, or because it is rendered at a position which is a non-integer number of pixels.