Quantcast
Channel: magick Discussions Rss Feed
Viewing all articles
Browse latest Browse all 3693

New Post: On Azure, Text Doesn't Render When Converting SVG to PNG

$
0
0
Magick.NET uses librsvg to read the svg files. And that seems to be using pango to draw text. Maybe this library cannot access the fonts in an Azure App Services due to security restrictions?

Are you able to draw text with something like this:
using (MagickImage image = new MagickImage("label:Text"))
{
  image.Write("test.png");
}

Viewing all articles
Browse latest Browse all 3693

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>