Function imagepipe::simple_decode[][src]

pub fn simple_decode<P: AsRef<Path>>(
    img: P,
    maxwidth: usize,
    maxheight: usize
) -> Result<OpBuffer, String>