[][src]Function gifski::new

pub fn new(settings: Settings) -> CatResult<(Collector, Writer)>

Start new encoding

Encoding is multi-threaded, and the Collector and Writer can be used on sepate threads.

You feed input frames to the Collector, and ask the Writer to start writing the GIF.