TiffRegion class

A rectangular sub-area of a page, in pixel coordinates, for decoding less than the full image — the point being to avoid materializing an entire multi-gigapixel BigTIFF page just to look at a small crop.

Constructors

TiffRegion({required int x, required int y, required int width, required int height})
const
TiffRegion.fullImage(TiffImageMetadata metadata)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
height int
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
final
x int
final
y int
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited
validateWithin(TiffImageMetadata metadata) → void

Operators

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