lodepng

Function decode24_file

Source
pub fn decode24_file<P: AsRef<Path>>(
    filepath: P,
) -> Result<Bitmap<RGB<u8>>, Error>
Expand description

Same as decode_file, but always decodes to 24-bit RGB raw image