engiffen 0.8.1

Encodes GIF images from sequences of images. Includes an installable command line bin as well as the library.
Documentation
1
2
3
macro_rules! printerr {
    ($($arg:tt)*) => (writeln!(&mut std::io::stderr(), $($arg)*).expect("failed to write to stderr"));
}