pub fn decode_png(data: &[u8]) -> Result<DecodedImage, ImageCodecError>
Decode a PNG image from raw file data.