GifDecoder class

GifDecoder is a class for decoding gif image.

Inheritance
Mixed in types

Constructors

GifDecoder()
GifDecoder is a class for decoding gif image.
const

Properties

decoderName String
The name of the decoder.
no setteroverride
hashCode int
The hash code for this object.
no setterinherited
headerAndFooter MutilFileHeaderAndFooter
Provides the header and footer of the file.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

compareTwoList(List<int> list1, List<int> list2) bool
compare two list.
inherited
convertRadix16ToInt(List<int> list, {bool reverse = false}) int
Convert hex a decimal list to int type.
inherited
getSize(ImageInput input) Size
Returns the size of the input.
override
getSizeAsync(AsyncImageInput input) Future<Size>
Returns the size of the input.
override
isValid(ImageInput input) bool
Returns the input is support or not.
inherited
isValidAsync(AsyncImageInput input) Future<bool>
Returns the input is support or not.
inherited
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