ExrCompressor class
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
-
read / write
- decodedWidth ↔ int
-
read / write
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
compress(
InputBuffer inPtr, int x, int y, [int width, int height]) → Uint8List -
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
numScanLines(
) → int -
toString(
) → String -
A string representation of this object. [...]
inherited
-
uncompress(
InputBuffer inPtr, int x, int y, [int width, int height]) → Uint8List
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited
Constants
- B44_COMPRESSION → const int
-
6
- B44A_COMPRESSION → const int
-
7
- NO_COMPRESSION → const int
-
0
- PIZ_COMPRESSION → const int
-
4
- PXR24_COMPRESSION → const int
-
5
- RLE_COMPRESSION → const int
-
1
- ZIP_COMPRESSION → const int
-
3
- ZIPS_COMPRESSION → const int
-
2