1

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?

Aarkan
  • 3,811
  • 6
  • 40
  • 54

1 Answers1

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

Community
  • 1
  • 1
mcepl
  • 2,688
  • 1
  • 23
  • 38
  • 1
    since 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