drewnoakes / metadata-extractor

Extracts Exif, IPTC, XMP, ICC and other metadata from image, video and audio files
Apache License 2.0
2.55k stars 479 forks source link

Port XMP handling fix from .NET library #539

Closed drewnoakes closed 3 years ago

drewnoakes commented 3 years ago

This fix is an easy port from .NET to Java:

https://github.com/drewnoakes/metadata-extractor-dotnet/pull/298

It enables extracting XMP data from DJI images with data such as gimbal orientation, altitude, etc.