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

Expose TIFF header start and position of Makernote tag #95

Open
phhoehne opened this issue Sep 25, 2022 · 3 comments
Open

Expose TIFF header start and position of Makernote tag #95

phhoehne opened this issue Sep 25, 2022 · 3 comments

Comments

@phhoehne
Copy link

phhoehne commented Sep 25, 2022

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

@jdcoldsmith
Copy link

I second that this would be really nice to have!

@rcauquil
Copy link

@phhoehne have you been able to decode the makernotes ? I'm looking for a js solution for at least fuji for now.
Have a great day

@phhoehne
Copy link
Author

phhoehne commented Sep 14, 2023

@rcauquil

Haven't tried yet. I'd look at the ExifTool sources (perl) as a starting point.

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

3 participants