Prepare an animated GIF
Turn a deterministic mathematical timeline into host-rasterized GIF frames.
Build the portable timeline
Animation state remains ordinary RiX data. This two-frame derivation changes the highlighted side of the equation without storing browser or encoder state.
Use .gif.Render(timeline) in a capable host or .Out("derivation.gif", timeline) with the CLI. The browser can inspect and preview the timeline but cannot spawn the PNG rasterizer or GIF encoder.
- Inputs:
Slides,Timeline, orSnapshotswith Graphic frames. - Options:
duration,delays,loop,width,height,scale, and
background.
- CLI tools:
rsvg-convertor ImageMagick for PNG, then ImageMagick for GIF.