Replies: 1 comment 3 replies
-
Howdy! Although this library does a bunch with date, time, zone and location parsing, everything else comes from Here’s their site to start your research: https://exiftool.org/TagNames/index.html (also, I’m not aware of a makernote-specific parser.) Please share if you find anything interesting! |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Kind of new to this... but is there any resource on how to use this to parse Fujifilm image information? It seems all the film simulation/recipe information is tied up in the MakerNote.
For example if I want to get the Film Sim that is under:
FilmMode?: string;
/** ☆☆☆☆ ✔ Example: "NEGATIVE(MONO) " */
How do I know what the possible options are? Is that listed anywhere? Apologies if this is a dumb question. Or is there any other library or function that parses makernote tags by vendor? (fuji, canon, ricoh, etc.)
Beta Was this translation helpful? Give feedback.
All reactions