【发布时间】:2011-04-11 08:52:33
【问题描述】:
我有几组编号的 png 图像(大部分是 00-23,但有些长度不同),我正在尝试在 imagemagick 蒙太奇中组合它们,但我需要将它们平铺在左侧 - right-bottom-top 而不是 left-right-top-bottom 的顺序。我该怎么做?
【问题讨论】:
标签: imagemagick montage
我有几组编号的 png 图像(大部分是 00-23,但有些长度不同),我正在尝试在 imagemagick 蒙太奇中组合它们,但我需要将它们平铺在左侧 - right-bottom-top 而不是 left-right-top-bottom 的顺序。我该怎么做?
【问题讨论】:
标签: imagemagick montage
您可以使用“-scene”命令指定“图块编号”。 Check out the imagemagick documentation here.
【讨论】: