[][src]Module embedded_graphics::image

Image drawables.

Image drawables can be created for raw bitmap data and images in BMP and TGA format.

Structs

Image

An image constructed from a slice.

ImageBmp

BMP format image

ImageTga

TGA format image

Traits

ImageFile

Image file trait.

Type Definitions

ImageBE

Image with big endian data.

ImageLE

Image with little endian data.