Expand description
Image bit depth, information and manipulations
Enumsยง
- BitDepth
- The image bit depth.
- BitType
- The underlying bit representation of the image
- Byte
Endian - Byte endianness of returned samples
this is useful when the decoder returns samples which span more
than one byte yet the type returned is
&[u8]