Find TAGS for custom values in exif Android

66 Views Asked by At

Hello i am trying to write custom values in EXIF of my .jpg images but i can't find some of the TAG that would be equivalent to the following :

enter image description here enter image description here

I have tried to find the TAGs here : https://developer.android.com/reference/android/media/ExifInterface#TAG_FOCAL_PLANE_X_RESOLUTION

But could not find the matching TAG / code to save these values using Exif.saveAttributes(TAG, value)

Thanks in advance

0

There are 0 best solutions below