Enum jpeg_decoder::PixelFormat [−][src]
pub enum PixelFormat { L8, RGB24, CMYK32, }
Expand description
An enumeration over combinations of color spaces and bit depths a pixel can have.
Variants
Luminance (grayscale), 8 bits
RGB, 8 bits per channel
CMYK, 8 bits per channel
Implementations
Determine the size in bytes of each pixel in this format
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for PixelFormat
impl Send for PixelFormat
impl Sync for PixelFormat
impl Unpin for PixelFormat
impl UnwindSafe for PixelFormat
Blanket Implementations
Mutably borrows from an owned value. Read more