[][src]Trait tiff::encoder::colortype::ColorType

Trait for different colortypes that can be encoded.

Associated Types

type Inner: TiffValue[src]

The type of each sample of this colortype

Loading content...

Associated Constants

pub const TIFF_VALUE: PhotometricInterpretation[src]

The value of the tiff tag PhotometricInterpretation

pub const BITS_PER_SAMPLE: &'static [u16][src]

The value of the tiff tag BitsPerSample

pub const SAMPLE_FORMAT: &'static [SampleFormat][src]

The value of the tiff tag SampleFormat

Loading content...

Implementors

impl ColorType for CMYK8[src]

impl ColorType for CMYK16[src]

impl ColorType for CMYK32[src]

impl ColorType for CMYK32Float[src]

impl ColorType for CMYK64[src]

impl ColorType for CMYK64Float[src]

impl ColorType for Gray8[src]

impl ColorType for Gray16[src]

impl ColorType for Gray32[src]

impl ColorType for Gray32Float[src]

impl ColorType for Gray64[src]

impl ColorType for Gray64Float[src]

impl ColorType for RGB8[src]

impl ColorType for RGB16[src]

impl ColorType for RGB32[src]

impl ColorType for RGB32Float[src]

impl ColorType for RGB64[src]

impl ColorType for RGB64Float[src]

impl ColorType for RGBA8[src]

impl ColorType for RGBA16[src]

impl ColorType for RGBA32[src]

impl ColorType for RGBA32Float[src]

impl ColorType for RGBA64[src]

impl ColorType for RGBA64Float[src]

Loading content...