[][src]Module embedded_graphics::image

Image object

If the source image data is in BMP format, use ImageBMP.

If the source image data is a slice of raw bytes that represents a 1, 8 or 16 bits-per-pixel (BPP) image, use Image1BPP, Image8BPP, or Image16BPP respectively.

Structs

Image

An image constructed from a slice

ImageBmp

BMP format image

ImageTga

TGA format image

Traits

ImageFile

Image trait

Type Definitions

Image1BPP

1 bit per pixel image

Image8BPP

8 bits per pixel image

Image16BPP

16 bits per pixel images