ExrCompressor class abstract
Constructors
- ExrCompressor(int type, ExrPart hdr, int? maxScanLineSize, [int? numScanLines])
-
factory
- ExrCompressor.tile(int type, int tileLineSize, int numTileLines, ExrPart hdr)
-
factory
Properties
- decodedHeight ↔ int
-
getter/setter pair
- decodedWidth ↔ int
-
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
compress(
InputBuffer input, int x, int y, [int? width, int? height]) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
numScanLines(
) → int -
toString(
) → String -
A string representation of this object.
inherited
-
uncompress(
InputBuffer input, int x, int y, [int? width, int? height]) → Uint8List
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited
Constants
- B44_COMPRESSION → const int
- B44A_COMPRESSION → const int
- NO_COMPRESSION → const int
- PIZ_COMPRESSION → const int
- PXR24_COMPRESSION → const int
- RLE_COMPRESSION → const int
- ZIP_COMPRESSION → const int
- ZIPS_COMPRESSION → const int