Enum image::codecs::pnm::ArbitraryTuplType [−][src]
pub enum ArbitraryTuplType {
BlackAndWhite,
BlackAndWhiteAlpha,
Grayscale,
GrayscaleAlpha,
RGB,
RGBAlpha,
Custom(String),
}Standardized tuple type specifiers in the header of a pam.
Variants
Pixels are either black (0) or white (1)
Pixels are either black (0) or white (1) and a second alpha channel
Pixels represent the amount of white
Grayscale with an additional alpha channel
Three channels: Red, Green, Blue
Four channels: Red, Green, Blue, Alpha
Custom(String)An image format which is not standardized
Trait Implementations
impl Clone for ArbitraryTuplType[src]
impl Clone for ArbitraryTuplType[src]