imageMagick
文章目录
安装
| |
报错
pdf security 报错
引用
方法
Well, I added
<policy domain="coder" rights="read | write" pattern="PDF" />
just before </policymap> in /etc/ImageMagick-7/policy.xml and that makes it work again, but not sure about the security implications of that.
截图
-crop
1convert -density 200 ./one.pdf -quality 100 -colorspace gray -crop 500x500+500+500 "./one_300.jpg"
geometry 参数意义
文章作者
上次更新 2023-02-10 (97c415e)