WebPInfo class

Inheritance

Constructors

WebPInfo()

Properties

animLoopCount int
getter/setter pair
backgroundColor int
The suggested background color of the canvas.
getter/setter pairinherited
exif String
getter/setter pair
format int
getter/setter pair
frames List<WebPFrame>
getter/setter pair
hasAlpha bool
getter/setter pair
hasAnimation bool
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
height int
The height of the image canvas.
getter/setter pairinherited
iccp Uint8List?
getter/setter pair
numFrames int
The number of frames that can be decoded.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
width int
The width of the image canvas.
getter/setter pairinherited
xmp String
getter/setter pair

Methods

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

Operators

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

Constants

FORMAT_ANIMATED → const int
FORMAT_LOSSLESS → const int
FORMAT_LOSSY → const int
FORMAT_UNDEFINED → const int