本文介绍了用于将XMP写入多页TIFF的库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
您能推荐一个允许我将XMP数据添加到TIFF文件的库吗?最好是可以与Java一起使用的库。
Can you recommend a library that lets me add XMP data to a TIFF file? Preferably a library that can be used with Java.
推荐答案
,它是开源的,允许操作XMP流,但看起来它不会读取/写入TIFF文件中的XMP数据。
There is JempBox which is open source and allows the manipulation of XMP streams, but it doesn't look like it will read/write the XMP data in a TIFF file.
还有不是开源的,但似乎做了你想做的事。
There is also Chilkat which is not open source, but does appear to do what you want.
这篇关于用于将XMP写入多页TIFF的库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!