Skip to main content

Module anim

Module anim 

Source
Expand description

Common trait for animation encoders (GIF / WebP / Video).

Each encoder consumes a [Renders] stream of fully-rasterized frames and produces its own binary format. The trait lets the CLI dispatch on an OutputFormat enum without duplicating orchestration logic.

Enums§

OutputFormat
The binary container format to emit for an animation.

Traits§

AnimEncoder
Something that can consume rendered frames and emit an encoded animation.