我想通过使用ImageMagick的convert创建png。发出命令后:
convert tes.eps tes.png
我收到以下错误:
convert: not authorized `tieps' @ error/constitute.c/ReadImage/412.
我已经在这里访问了上一个堆栈溢出问题:enter link description here,并更改了行
<policy domain="coder" rights="none" pattern="EPS" />
到
<policy domain="coder" rights="read|write" pattern="EPS" />
它不起作用。我可以通过convert timg.png ti1.eps
创建一个eps。但是,对于convert tes.eps tes.png
仍然有相同的错误。
答案 0 :(得分:0)
您写道您将原始行更改为另一行,但是如果您确实注释了旧行并写了新行,请记住使用注释样式
<!-- the_commented_command -->
在策略文件中使用#号字符不能发表评论