开发者

Rendering SVG file to Image-object in Mono

开发者 https://www.devze.com 2022-12-18 01:04 出处:网络
Is there an easy way to render an SVG-image resulti开发者_StackOverflow中文版ng in an image-object or a bitmap byte-array (Not saving the file in another type but just put it as an image in main memor

Is there an easy way to render an SVG-image resulti开发者_StackOverflow中文版ng in an image-object or a bitmap byte-array (Not saving the file in another type but just put it as an image in main memory)?


You could have a look at Mono.Cairo, which is a low-level vector library for Mono. Here is an example for loading images, including SVG.

0

精彩评论

暂无评论...
验证码 换一张
取 消