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

Error while interpreting EXIF data #10

Closed
GoogleCodeExporter opened this issue Mar 23, 2015 · 1 comment
Closed

Error while interpreting EXIF data #10

GoogleCodeExporter opened this issue Mar 23, 2015 · 1 comment

Comments

@GoogleCodeExporter
Copy link

Today I got an error report from a user:

Using FxIF on the flower photo on http://www.ephotozine.com/photo/1721294 the 
program says 'Error while interpreting EXIF data.  EXIF meta data shown might 
not be complete.  Please report this problem with an example image.'

Original issue reported on code.google.com by cueyr...@gmail.com on 12 Dec 2010 at 9:50

@GoogleCodeExporter
Copy link
Author

The image contains an Exif Interoperability Offset Tag which points to the 
start of the whole IFD (so biting its own tail). So FxIF runs circles until 
maximum number of recursions reached and bailing out.
I added a detection for such cases to prevent simple loops.

Original comment by cueyr...@gmail.com on 12 Dec 2010 at 9:53

  • Changed state: Fixed

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant