TiffStreamFactory

TiffStreamFactory class

The Tiff stream factory based on byte endianness.

public static class TiffStreamFactory

Methods

NameDescription
static GetTiffReader(StreamContainer, TiffByteOrder, bool)Gets the tiff stream reader.
static GetTiffReader(byte[], int, int, TiffByteOrder, bool)Gets the tiff stream reader.
static GetTiffWriter(StreamContainer, TiffByteOrder, bool)Gets the tiff stream writer.

See Also