Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我将从一个位置获取一张图像,从另一个位置获取 TIF 文件。 我想将该图像添加到指定位置的 TIF 文件中。我试过了,但它是压倒一切的。那你能帮帮我吗?
拉克斯曼杂烩
您可以从 tiff 文件中读取图像。创建所有 tif 图像的集合并将其传递给 TIFFEncodeParam 类:
设置额外图像。
阅读需要传递给方法的确切结构的 javadoc。
你会因为将文件读入内存而受到惩罚,但我没有看到任何其他方式。