In an android app, I want to write IPTC metadata in images. Does android provide a built-in support for this? If not, are there any open source libraries for android applications?
Asked
Active
Viewed 1,209 times
1 Answers
0
Well, Android is programmed in Java, right? So this is IMHO a duplicate of at least Java library for reading and writing IPTC metadata to JPEG and TIFF and Editing/adding IPTC metadata in Android app
See also https://stackoverflow.com/questions/tagged/java+iptc
-
1since java-j2se/awt-bitmapmaps are completly different from android-bitmaps most java-non-android-libs will not work for android. – k3b Jul 11 '16 at 13:07