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

decode_jpeg

Function decode_jpeg 

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

Decode a JPEG image (baseline DCT only).