Module gifski::collector

source ·
Expand description

For adding frames to the encoder

gifski::new() returns the Collector that collects animation frames, and a Writer that performs compression and I/O.

Structs§

Type Aliases§

  • Image owning its pixels.
  • 8-bit RGB
  • 8-bit RGBA, alpha is last. 0 = transparent, 255 = opaque.