pub(crate) fn parse_app1<T: ZReaderTrait>(
decoder: &mut JpegDecoder<T>,
) -> Result<(), DecodeErrors>
Expand description
Parse the APP1 segment
This contains the exif tag
pub(crate) fn parse_app1<T: ZReaderTrait>(
decoder: &mut JpegDecoder<T>,
) -> Result<(), DecodeErrors>
Parse the APP1 segment
This contains the exif tag