Search found 6 matches

by uigrad
2017-11-09T16:00:50-07:00
Forum: Users
Topic: Error reading SVG file due to rights
Replies: 6
Views: 4817

Re: Error reading SVG file due to rights

or install ImageMagick in your user account where you can define your own security policy. I've tried doing this. The system is BSD, but ./configure --prefix=home/private/bin seemed to work just fine. make ran a really long time. It generated the same warning from timeb.h over and over. Finally, it...
by uigrad
2017-11-09T15:14:16-07:00
Forum: Users
Topic: Error reading SVG file due to rights
Replies: 6
Views: 4817

Re: Error reading SVG file due to rights

I found this thread that suggests that policy files can be placed in other locations. Using the method there, I discovered that /home/private/.magick/ is a place that it searched for policy files. So, I copied policy.xml there, changed "none" to "read" for MVG, and now when I que...
by uigrad
2017-11-09T14:32:23-07:00
Forum: Users
Topic: Error reading SVG file due to rights
Replies: 6
Views: 4817

Re: Error reading SVG file due to rights

Unfortunately, I must use MSVG, because there is no way to turn off anti-aliasing for batch renders with Inkscape. I had a previous post about it here: http://www.imagemagick.org/discourse-server/viewtopic.php?f=1&t=26449&p=116373 Is there any way that I can override the policy by adding ano...
by uigrad
2017-11-09T12:39:53-07:00
Forum: Users
Topic: Error reading SVG file due to rights
Replies: 6
Views: 4817

Error reading SVG file due to rights

I have a server script that uses Imagemagick for processing SVG images, and I use MSVG for interpreting it. Until recently this has always worked: convert +antialias -density 100x100 MSVG:orig.svg output.png Now, I get: stitching: not authorized `/tmp/magick-82738sMRaAneTAQdM' @ error/constitute.c/R...
by uigrad
2014-10-28T12:51:06-07:00
Forum: Users
Topic: Converting SVG to PNG without interpolating colors[Resolved]
Replies: 4
Views: 6852

Re: Converting SVG to PNG without interpolating colors

What delegate are you using for processing of SVG files? You should use either Inkscape or RSVG. If you are using the IM internal MSVG (XML), that may be the problem. It is much less accurate than the other two. Check convert -list format % convert -list format | grep SVG MSVG SVG rw+ ImageMagick's...
by uigrad
2014-10-28T09:56:11-07:00
Forum: Users
Topic: Converting SVG to PNG without interpolating colors[Resolved]
Replies: 4
Views: 6852

Converting SVG to PNG without interpolating colors[Resolved]

Version: ImageMagick 6.8.9-8 Q16 amd64 2014-10-21 (Unix) I have simple SVG images with very few colors, and want to convert them to PNGs with the same number of colors. Every attempt that I make will either interpolate (and make new colors), or badly distort the colors. Here's some things I've tried...