[][src]Function imagepipe::simple_decode_8bit

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