Function lodepng::decode24
[-]
[+]
[src]
pub fn decode24(input: &[u8]) -> Result<Bitmap<RGB>, Error>
Same as decode_memory, but always decodes to 24-bit RGB raw image
pub fn decode24(input: &[u8]) -> Result<Bitmap<RGB>, Error>
Same as decode_memory, but always decodes to 24-bit RGB raw image
Prefix searches with a type followed by a colon (e.g.
fn:) to restrict the search to a given type.
Accepted types are: fn, mod,
struct, enum,
trait, typedef (or
tdef).