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
Directory holds string data as byte arrays (within new StringValue value type), allowing consumers to override the encoding after extraction (thanks to Kevin Mott)
Support Reconyx makernote (thanks to Todd West)
Support Apple makernote data
API documentation improvements
Makernote processing doesn't require Exif IFD0 to be present
Consistent capitalisation of QuickTime* (minor breaking change)
Use TryParse methods in XMP processing, rather than Parse within try/catch