I am trying to write custom EXIF data in my images from my Android app, but i see that there are tags non existing from the ExifInterface
that appear on some images such as Yaw
, Pitch
Roll
and an XMP
toolkit.
I could not find any Android / Flutter package to write these tags and my client ask me to write the XMP data somewhere and print in inside the EXIF of the image.
I have asked about it in this repo but got no answer yet.
I would like to know exactly what is XMP and how to write values into a "XMP" file programmatically (Java / dart). Is it a server side thing or can it be done client side ?
Thanks a lot in advance