【发布时间】:2010-05-14 12:35:24
【问题描述】:
// This works
convert ${path}${dst} -crop ${crop} ${path}${dst}
// but when changed to this, it fails
convert ${path}${src} -trim ${path}${dst}
convert ${path}${dst} -crop ${crop} ${path}"pdf_"${dst}
我做错了什么?
【问题讨论】:
-
这有点神秘 - 它是如何失败的?
标签: php linux bash scripting imagemagick