ImageMagick 7 batch create multiple png files from text file (on Mac OS 10.15.7)

后端 未结 0 1959
旧时难觅i
旧时难觅i 2020-12-14 08:27

I am trying to create multiple png files from a text file. I use this script:

#!/bin/bash while IFS=":" read DJ text; do convert -size 500x500 xc:tran

相关标签:
回答
  • 消灭零回复
提交回复
热议问题