Impossible to convert SVG antialiase

Questions and postings pertaining to the usage of ImageMagick regardless of the interface. This includes the command-line utilities, as well as the C and C++ APIs. Usage questions are like "How do I use ImageMagick to create drop shadows?".
Post Reply
cjacquel
Posts: 1
Joined: 2017-02-01T07:43:09-07:00
Authentication code: 1151

Impossible to convert SVG antialiase

Post by cjacquel »

Hello,

I use : convert -antialiase myimg.svg out.png

But there is always the aliasing. I have tried several solutions.

Could you help ?

Thank you,
cjacquel
snibgo
Posts: 12159
Joined: 2010-01-23T23:01:33-07:00
Authentication code: 1151
Location: England, UK

Re: Impossible to convert SVG antialiase

Post by snibgo »

cjacquel wrote:But there is always the aliasing.
Aliasing is a staircase effect on sloping lines. You always get this?

What version of IM? What delegates renders the SVG? Please paste here the complete output from "convert -antialiase myimg.svg out.png"

You might also paste the SVG file here, if it is small.
snibgo's IM pages: im.snibgo.com
Post Reply