pub(crate) fn parse_start_of_frame<T: ZReaderTrait>(
sof: SOFMarkers,
img: &mut JpegDecoder<T>,
) -> Result<(), DecodeErrors>
Expand description
Section:B.2.2 Frame header syntax
pub(crate) fn parse_start_of_frame<T: ZReaderTrait>(
sof: SOFMarkers,
img: &mut JpegDecoder<T>,
) -> Result<(), DecodeErrors>
Section:B.2.2 Frame header syntax