TiffDocument class

A fully-parsed TIFF/BigTIFF file: its byte order/format flavor plus every page found by following the IFD chain.

Constructors

TiffDocument({required List<TiffImage> images, required bool isBigTiff, required TiffByteOrder byteOrder, required TiffByteSource source})
const

Properties

byteOrder TiffByteOrder
final
hashCode int
The hash code for this object.
no setterinherited
images List<TiffImage>
final
isBigTiff bool
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
source TiffByteSource
final

Methods

close() → void
Releases the underlying byte source (e.g. closes an open file handle). Safe to call even for an in-memory document, where it's a no-op.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited