Type Definition embedded_graphics::image::ImageRawLE[][src]

type ImageRawLE<'a, C> = ImageRaw<'a, C, LittleEndian>;
Expand description

Image with little endian data.