Skip to content Skip to sidebar Skip to footer

Can A Custom Metadata Be Added To An Image In Android?

Is it possible to write custom metadata to an JPG image using Android SDK or some 3rd party lib , and extracting it afterwards? If it is, is there any simple solution? Thank you ve

Solution 1:

Android includes an ExifInterface, but also you could check out Commons Sanselan


Post a Comment for "Can A Custom Metadata Be Added To An Image In Android?"