Trait tiff::encoder::TiffValue  [−][src]
pub trait TiffValue {
    const BYTE_LEN: u32;
    const FIELD_TYPE: Type;
    fn count(&self) -> u32;
    fn write<W: Write>(&self, writer: &mut TiffWriter<W>) -> TiffResult<()>;
    fn bytes(&self) -> u32 { ... }
}Expand description
Trait for types that can be encoded in a tiff file