Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make HEIC exif extractor much more compatible #109

Merged
merged 1 commit into from
Mar 6, 2020

Conversation

tonykwok
Copy link
Contributor

@tonykwok tonykwok commented Mar 6, 2020

According to "ISO/IEC 23008-12, 2017-12" the payload of "Exif" item may be start with either
b'\xFF\xE1\xSS\xSSExif\x00\x00' (with APP1 marker, e.g. Android Q) or b'Exif\x00\x00' (without APP1 marker, e.g. iOS), so we should take both of these two cases into account.

@ianare ianare merged commit 6aa5199 into ianare:develop Mar 6, 2020
ianare pushed a commit that referenced this pull request Jul 30, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants