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

Image with little endian data.

Aliased Type§

struct ImageRawLE<'a, C> { /* private fields */ }