如何在 imagemagick montage 中按左-右-下-上顺序平铺
我有几组编号的 png 图像(大部分是 00-23,但有些长度不同),我试图将它们合并到 imagemagick 蒙太奇中,但我需要将它们平铺在左右下-top 而不是左-右-上-下顺序。我该怎么做?
I have a several sets of numbered png images (mostly 00-23 but some are different lengths) that I am trying to combine in imagemagick montage, but I need to have them tiled in left-right-bottom-top instead of left-right-top-bottom order. How can I do this?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以使用“-scene”命令来指定“图块编号”。
在此处查看 imagemagick 文档。
You could use the "-scene" command to specify the "tile number".
Check out the imagemagick documentation here.