gpt4 book ai didi

php - ImageMagick bash 脚本问题

转载 作者:太空宇宙 更新时间:2023-11-04 04:31:02 25 4
gpt4 key购买 nike

// 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}

我做错了什么?

最佳答案

改变这个:

convert ${path}${dst} -crop ${crop} ${path}"pdf_"${dst}

对此:

convert ${path}${dst} -crop ${crop} "${path}pdf_${dst}"

帮忙?

关于php - ImageMagick bash 脚本问题,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/2834110/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com