是否存在用于自动图像“合并”的任何好的库和/或工具?
我正在寻找一个工具或库,它允许我非常快速地合并两个源图像,并生成第三个合并图像到文件中。
我的源数据是两种不同格式的图像(jpg、png、pdf 等),以及识别图像的哪些部分要重叠/合并的指令。
我所说的“合并”是指从一张图像到另一张图像的任何类型的过渡效果 - 从最简单的、与顶部的一张图像重叠到更时髦的东西,例如颜色和形状的自动混合。
我在语言和/或平台方面没有偏好。
I am looking for a tool or library which will allow me to, very quickly, merge two source images, and generate a third, merged image, into a file.
My source data are two images in various formats (jpg, png, pdf, etc..), and instructions which identify which portions of the images are to overlap/merge.
By "merging" I mean any kind of transition effect from one image into the other - anywhere from, at the very simple end, an overlap with one image on top, to funkier things, such as automatic blending of colors and shapes.
I don't have a preference in terms of language and/or platform.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
借助 ImageMagick,您还可以使用montage 命令行工具来合并图像。
with ImageMagick, you can also use the montage command line tool to merge images.
我使用了一个名为 CoolWaterMark 的 DLL,取得了相当大的成功。
I used a DLL called CoolWaterMark with pretty good success.
ImageMagick 的各种合成 效果可用于此目的。
ImageMagick's various composition effects can be used for this.