ExrImage class

Inheritance

Constructors

ExrImage(List<int> bytes)

Properties

backgroundColor int
The suggested background color of the canvas.
getter/setter pairinherited
flags int
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
The height of the image canvas.
getter/setter pairinherited
numFrames int
The number of frames that can be decoded.
no setteroverride
parts List<ExrPart>
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
version int?
getter/setter pair
width int
The width of the image canvas.
getter/setter pairinherited

Methods

getPart(int i) ExrPart
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
numParts() int
toString() String
A string representation of this object.
inherited

Operators

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

Static Methods

isValidFile(List<int> bytes) bool
Parse just enough of the file to identify that it's an EXR image.

Constants

ALL_FLAGS → const int
Bitwise OR of all supported flags.
EXR_VERSION → const int
Value that goes into VERSION_NUMBER_FIELD.
LONG_NAMES_FLAG → const int
File contains long attribute or channel names
MAGIC → const int
The MAGIC number is stored in the first four bytes of every OpenEXR image file. This can be used to quickly test whether a given file is an OpenEXR image file (see isImfMagic(), below).
MULTI_PART_FILE_FLAG → const int
File has multiple parts.
NON_IMAGE_FLAG → const int
File has at least one part which is not a regular scanline image or regular tiled image (that is, it is a deep format).
TILED_FLAG → const int
File is tiled