pub(crate) fn parse_sos<T: ZReaderTrait>(
image: &mut JpegDecoder<T>,
) -> Result<(), DecodeErrors>
Expand description
Parse a start of scan data
pub(crate) fn parse_sos<T: ZReaderTrait>(
image: &mut JpegDecoder<T>,
) -> Result<(), DecodeErrors>
Parse a start of scan data