GifEncoder class final

Encodes a single image as GIF89a data.

Inheritance

Constructors

GifEncoder()
Creates a static GIF encoder.
const

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

bind(Stream<Image> stream) Stream<Uint8List>
Transforms the provided stream.
inherited
cast<RS, RT>() Converter<RS, RT>
Provides a Converter<RS, RT> view of this stream transformer.
inherited
convert(Image input, {GifEncodeOptions? encodeOptions}) Uint8List
Converts input and returns the result of the conversion.
inherited
createDefaultEncodeOptions() GifEncodeOptions
Creates a default encode options.
override
encode(Image input, {GifEncodeOptions? encodeOptions}) Uint8List
Encodes input to raster bytes.
inherited
encodeImage(Image image, GifEncodeOptions options) Uint8List
Encodes input to raster bytes, with the given options or default options.
override
fuse<TT>(Converter<Uint8List, TT> other) Converter<Image, TT>
Fuses this with other.
inherited
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
startChunkedConversion(Sink<Uint8List> sink) Sink<Image>
Starts a chunked conversion.
inherited
toString() String
A string representation of this object.
inherited

Operators

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