Questions tagged «imagemagick-convert»

11
转换:未经授权的``aaaa''@ error / constitute.c / ReadImage / 453
我想通过使用convertImageMagick 创建一个验证码图片。 我遵循了这一点,但是存在一些问题。 在我的Linux shell中输入: convert -background white -fill black -font FreeSerif-Bold -pointsize 36 label:'adfgh' ./test.png 错误是: 转换:未经授权adfgh@ error / constitute.c / ReadImage / 453。转换:缺少图像文件名./test.png@ error / convert.c / ConvertImageCommand / 3015 My ImageMagick:版本:6.7.2-7,我使用安装yum install ImageMagick。 我什么都不知道 有什么建议吗?

7
ImageMagick安全策略“ PDF”阻止转换
Imagemagick的安全策略似乎不允许我执行从pdf到png的转换。转换其他扩展名似乎有效,只是不能从pdf中转换。自安装它以来,我尚未更改任何imagemagick设置...如果操作系统很重要,则我正在使用Arch Linux。 user@machine $ convert -density 300 -depth 8 -quality 90 input.pdf output.png convert: attempt to perform an operation not allowed by the security policy `PDF' @ error/constitute.c/IsCoderAuthorized/408. convert: no images defined `output.png' @ error/convert.c/ConvertImageCommand/3288.
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.