[][src]Function giffy::load

pub fn load<R>(src: &mut R) -> Result<Gif, String> where
    R: Read

Attempt to load a GIF from a given src.

Errors

This function will return an error if the GIF src is not in a valid GIF format.