我正在尝试使用 ImageMagick 将多个背景图像与一个文本文件合成。
例如:
我有以下背景文件:
bg/red.png
bg/yellow.png
bg/blue.png
bg/black.png
以及此图像文本文件(背景是透明的):
txt/hello.png
现在,我想将背景与hello.png
文件合成。输出如下:
output/hello_red.png
output/hello_yellow.png
output/hello_blue.png
output/hello_black.png
我不想使用循环,我只想使用一个命令。