pub type ImageRawLE<'a, C> = ImageRaw<'a, C, LittleEndian>;
Expand description
Image with little endian data.
Aliased Typeยง
struct ImageRawLE<'a, C> { /* private fields */ }
pub type ImageRawLE<'a, C> = ImageRaw<'a, C, LittleEndian>;
Image with little endian data.
struct ImageRawLE<'a, C> { /* private fields */ }