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

New Post: Need to convert SVG to PNG and during conversion need to delete an element with parameter delete="yes"

$
0
0
You will need to load the SVG into memory into a XElement then remove the nodes marked with 'delete' and then write the XElement to a memorystream. You can then feed this to Magick.NET to convert the SVG image to a PNG file.

Viewing all articles
Browse latest Browse all 3693

Trending Articles