【发布时间】:2012-11-05 04:27:22
【问题描述】:
我正在使用 ImageMagick 运行它,如果可能的话,我想通过切换到 GraphicsMagick 来稍微加快它的速度。在这种情况下,我将 30% 的 image1.png 和 70% 的 image2.png 混合到 result.png 中。
composite -blend 70 -geometry +0+22.86 image1.png image2.png result.png
我认为您必须在 GraphicsMagick 中使用溶解,但我不太确定如何实现相同的效果。
【问题讨论】:
标签: imagemagick blend composite graphicsmagick