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
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