pub type ImageRawBE<'a, C> = ImageRaw<'a, C, BigEndian>;
Image with big endian data.
pub struct ImageRawBE<'a, C> { /* private fields */ }