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

feat(exif): Add standard Exif IFD0 tags #2

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from

Conversation

SFM61319
Copy link
Owner

This adds support for standard Exif IFD0 tags with appropriate types.

@SFM61319 SFM61319 self-assigned this Apr 13, 2024
@SFM61319 SFM61319 added the enhancement New feature or request label Apr 13, 2024
This commit adds a base `Tag` enum for Exif tags based on the unique IFD0
and IFD1 variants as defined in: https://exiv2.org/tags.html
This commit adds type aliases for all Exif tag values as defined in:
https://exiv2.org/tags.html
This commit adds an `Image` enum for Exif Image IFD0 tags based on the variants
as defined in: https://exiv2.org/tags.html
This commit replaces the current set of type aliases with the types defined in
the EXIF 3.0 standard: https://www.cipa.jp/std/documents/download_e.html?DC-008-Translation-2023-E
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant