GifEncoder constructor
GifEncoder({
- int delay = 80,
- int repeat = 0,
- int samplingFactor = 10,
- DitherKernel dither = DitherKernel.FloydSteinberg,
- bool ditherSerpentine = false,
Implementation
GifEncoder(
{this.delay = 80,
this.repeat = 0,
this.samplingFactor = 10,
this.dither = DitherKernel.FloydSteinberg,
this.ditherSerpentine = false})
: _encodedFrames = 0;