问题描述
我已经查看了许多其他类似的问题,但似乎都没有一个确切的答案。
I have looked at many of the other similar questions but none of them seem to have a precise answer.
我正在开发一个可以使用的Android应用程序很多图像。我希望通过编辑其IPTC关键字标签(或其他适当的标签)的值来向图像添加信息。我使用来读取元数据,但此库不支持编写元数据。
I'm working on an Android app that works with a lot of images. I am looking to add information to images by editing the value of their IPTC keyword tag (or other appropriate tags). I am using Metadata Extractor for reading metadata but this library doesn't support writing metadata.
我看过是合适的,因为它严重依赖 java.awt
(这在Android中不可用)。我知道,但我还没有使用它,希望找到一个更好的开源库。
I have looked at Apache Sanselan which doesn't seem to be appropriate because it has heavy dependency on java.awt
(which is not available in Android). I'm aware of Imagero but I have not used it yet in the hope of finding a better open source library.
有没有人遇到过这样的图书馆?我更喜欢它是开源的,但即使是商业建议也会受到赞赏。
Has anyone come across such a library? I prefer it to be open source but even commercial suggestions would be appreciated.
提前致谢。
推荐答案
是 https://github.com/dragon66/pixymeta-android/已实施
- Android和jave2se / awt的单一来源
然而,实现一个简单易用的api仍然有很多工作
However there is still a lot of work to implement a simple to use api
这篇关于在Android应用中编辑/添加IPTC元数据的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!