You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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.
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?
The text was updated successfully, but these errors were encountered: