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