我需要使用 50% 的不透明度在基础图像之上合成一个柔光层。以下方法有效,但是是否有更快或更有效的方法来实现相同的目标?
magick base.tif -alpha Off -compose SoftLight softlight.tif -composite fullSoftLightComp.tif
magick base.tif fullSoftLightComp.tif -compose dissolve -define compose:args=50,100 -composite compHalfLight.tif