ImageMagick bash script issue

Posted by gAMBOOKa on Stack Overflow See other posts from Stack Overflow or by gAMBOOKa
Published on 2010-05-14T12:35:24Z Indexed on 2010/05/14 13:14 UTC
Read the original article Hit count: 182

Filed under:
|
|
|
|
// 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}

What am I doing wrong?

© Stack Overflow or respective owner

Related posts about bash

Related posts about php