pub struct TiffKindStandard;
Expand description

Create a standard Tiff file.

Trait Implementations

The type of offset fields, u32 for normal Tiff, u64 for BigTiff.

Needed for the convert_slice method.

Write the (Big)Tiff header.

Convert a file offset to Self::OffsetType. Read more

Write an offset value to the given writer. Read more

source

fn write_entry_count<W: Write>(
    writer: &mut TiffWriter<W>,
    count: usize
) -> TiffResult<()>

Write the IFD entry count field with the given count value. Read more

Internal helper method for satisfying Rust’s type checker. Read more

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.