Function imagepipe::simple_decode_linear[][src]

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