Function jpeg_decoder::parser::parse_sof

source ยท
pub fn parse_sof<R: Read>(
    reader: &mut R,
    marker: Marker,
) -> Result<FrameInfo, Error>