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

ability to work with image even if EXIF data is not valid #48

Merged
merged 1 commit into from
Oct 31, 2022

Conversation

bigcat88
Copy link
Owner

Fixes #45

Changes proposed in this pull request:

  • Even if an error occurs during the EXIF parsing, do not stop, just skip the orientation parsing.

@codecov
Copy link

codecov bot commented Oct 31, 2022

Codecov Report

Merging #48 (44eec4f) into master (513d48e) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##            master       #48   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           13        13           
  Lines         1221      1224    +3     
=========================================
+ Hits          1221      1224    +3     
Impacted Files Coverage Δ
pillow_heif/misc.py 100.00% <100.00%> (ø)

@bigcat88 bigcat88 merged commit 5c0fa96 into master Oct 31, 2022
@bigcat88 bigcat88 deleted the corrupted-EXIF-45 branch October 31, 2022 10:33
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.

Corrupted EXIF data should not prevent image from load
1 participant