⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

decode_png

Function decode_png 

Source
pub fn decode_png(data: &[u8]) -> Result<DecodedImage, ImageCodecError>
Expand description

Decode a PNG image from raw file data.