Function lodepng::decode32_file
[-]
[+]
[src]
pub fn decode32_file(filepath: &Path) -> Result<Bitmap<RGBA>, Error>
Same as decode_file, but always decodes to 32-bit RGBA raw image
pub fn decode32_file(filepath: &Path) -> Result<Bitmap<RGBA>, Error>
Same as decode_file, but always decodes to 32-bit RGBA 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).