Replies: 4 comments 4 replies
|
It should be used automatically when inkscape is available in the path. |
|
Thank you for your answer @dlemstra! In my case thats weird because then the SVGs should be rendered correctly. I now downloaded ImageMagick too on my mac and the results from ImageMagick and Magick.NET differ (lengthAdjust gets applied correctly with ImageMagick). The |
|
You can use the |
|
From the log it seems that Magick.NET is struggling to find the delegates.xml file from ImageMagick. It is searching e.g in "/usr/local/share/ImageMagick-7/delegates.xml" but not in "/opt/homebrew/etc/ImageMagick-7/delegates.xml" where my ImageMagick got installed using homebrew on mac. and (translating from German) As reference, this is my simple Magick.NET code: Do you know why this is happening or is this the wrong place to ask inkscape questons? |
Uh oh!
There was an error while loading. Please reload this page.
Hello,
I’m wondering if it’s possible to configure Magick.NET to use Inkscape as the delegate for SVG to PNG rendering.
Context:
The goal would be to render SVG to PNG via Magick.NET, but have Inkscape handle the actual SVG parsing/conversion instead of the built in SVG renderer so newer SVG attributes like lengthAdjust and textLength are also supported.
So my question would be wheather it is even possible to use Inkscape as delegate for Magick.NET like it is in ImageMagick.
Thanks in advance for any guidance!
All reactions