bug解决记录
2019-07-05 本文已影响0人
Swerve
- 使用imagemagick转码图片报错
convert: not authorizedpictures.pdf'`
解决方法:修改权限
As a temporary fix, I edited /etc/ImageMagick-6/policy.xml and changed the PDF rights from none to read|write there. Not sure about the implications, but at least it allows me to get things done.
参考网站