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
Background
I'd like to code an extension to decode the makernotes (starting with Nikon, later Canon, Sony & Fuji where possible).
Such implementations exist in Perl and Java but - as far as I know - not for Javascript.
Makernotes (at least for Nikon, haven't checked other brands yet) have again an IFD which references the actual values.
Issue is that the Makernotes IFD entries reference an offset relative to the start of the TIFF header. So I need this and the actual start of the makernote tag to calculate the correct offset within the makernotes section.
Request
Expose the offset / start of the TIFF header and the makernotes tag
The text was updated successfully, but these errors were encountered:
Background
I'd like to code an extension to decode the makernotes (starting with Nikon, later Canon, Sony & Fuji where possible).
Such implementations exist in Perl and Java but - as far as I know - not for Javascript.
Makernotes (at least for Nikon, haven't checked other brands yet) have again an IFD which references the actual values.
Issue is that the Makernotes IFD entries reference an offset relative to the start of the TIFF header. So I need this and the actual start of the makernote tag to calculate the correct offset within the makernotes section.
Request
Expose the offset / start of the TIFF header and the makernotes tag
The text was updated successfully, but these errors were encountered: