We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
This requirement arises as part of the Exif insertion to keep existing maker note information.
Maker note note itself is a complex issue and a lot of information coming from reverse engineering. So this will be an evolving and hard work.
Thinking about making a new repository for this and plug this into the existing one.
The text was updated successfully, but these errors were encountered:
Added a new virtue TIFF field type enum EXIF_MAKERNOTE and a new TIFF field MakerNoteField to isolate the maker note structure.
For now, it is just a wrapper to the underlying "UndefinedField" in the case of maker note.
Next step is to read/write actual maker note based knowing information for different cameras and brands.
Sorry, something went wrong.
No branches or pull requests
This requirement arises as part of the Exif insertion to keep existing maker note information.
Maker note note itself is a complex issue and a lot of information coming from reverse engineering. So this will be an evolving and hard work.
Thinking about making a new repository for this and plug this into the existing one.
The text was updated successfully, but these errors were encountered: