Function to_gif

Source
pub fn to_gif<R>(r: R, speed: u8) -> Result<Vec<u8>, ImageError>
where R: BufRead + Seek,