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
For now, there is a one on one approach when it comes to manage Tiff/Exif fields which are pointers to sub IFDs. For now the approach is one on one which is not flexible and awkward when adding to the library.
A better way needs to be find for this.
Some thoughts:
Add new boolean ifSubIFD to Tag class.
Override in each tag class to provide default implementation - new Java version makes this easier to add default to Tag interface.
Override in each tag definition which is points to a sub IFD.
Use this information in reading and processing IFD.
The text was updated successfully, but these errors were encountered:
For now, there is a one on one approach when it comes to manage Tiff/Exif fields which are pointers to sub IFDs. For now the approach is one on one which is not flexible and awkward when adding to the library.
A better way needs to be find for this.
Some thoughts:
The text was updated successfully, but these errors were encountered: