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

Exif in TIFF images #26

Open
sfuchs79 opened this issue May 5, 2017 · 1 comment
Open

Exif in TIFF images #26

sfuchs79 opened this issue May 5, 2017 · 1 comment

Comments

@sfuchs79
Copy link

sfuchs79 commented May 5, 2017

Exif info can also exist in TIFF images. This is maybe not so relevant or popular because it's not widely-used.

But nevertheless one question:
Do you know if there is a huge difference between analysing Exif and JPEG and TIFF? Could one adapt or extend exif.cpp easily to also handle Exif from TIFF?

@mayanklahiri
Copy link
Owner

My hunch is that yes, it should be easily adaptable.
Check out Section 3.2 of the specification: http://www.exif.org/Exif2-2.PDF
You may have to look for different markers in the file, but beyond that the Exif data itself should be in the same format as JPEG.

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

No branches or pull requests

2 participants