【问题标题】:convert: not authorized `tieps' @ error/constitute.c/ReadImage/412转换:未授权 `tieps'@error/constitute.c/ReadImage/412
【发布时间】:2019-04-25 19:06:09
【问题描述】:

我想通过使用 ImageMagick 的转换来创建一个 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 仍然存在相同的错误。

【问题讨论】:

标签: imagemagick-convert eps


【解决方案1】:

您写道您将原始行更改为另一行,但是如果您确实注释了旧行并编写了新行,请记住使用注释样式

<!-- the_commented_command   -->

使用 # 字符开始评论在策略文件中不起作用

【讨论】:

    猜你喜欢
    • 2019-03-19
    • 2020-01-10
    • 2017-08-13
    • 2013-07-04
    • 2020-06-30
    • 2016-10-02
    • 2020-09-29
    • 2019-03-12
    • 2019-03-22
    相关资源
    最近更新 更多