I want to create a png by use convert from ImageMagick. After issuing the command:
convert tes.eps tes.png
i got the following error:
convert: not authorized `tieps' @ error/constitute.c/ReadImage/412.
I have already visited the previous stack overflow question here:enter link description here and changed line
<policy domain="coder" rights="none" pattern="EPS" />
to
<policy domain="coder" rights="read|write" pattern="EPS" />
it doesn't work. I can create a eps by convert timg.png ti1.eps
. However it still have the same error for convert tes.eps tes.png
.