如何在.NET环境中打开并渲染SVG文件?
有没有相对简单的方法来处理 .NET 中的 SVG
图像?
- 如何从文件中提取所有图形基元。
- 如何将 SVG 文件渲染到内存缓冲区(具有透明度)
PS 我使用 SFML 作为图形输出引擎。
Are there any relatively easy ways to deal with SVG
images in .NET?
- How to extract all graphic primitives from file.
- How to render a SVG file to memory buffer (with transparency)
P.S.
I'm using SFML as a graphic outputting engine.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
请参阅 使用 C# 将 SVG 转换为 PNG - 有两个从 .NET 处理 SVG 的选项...
另一个选项是 http://www.codeproject.com/KB/WPF/SharpVectors.aspx
please see Converting SVG to PNG using C# - there are two options to deal with SVG from .NET...
Another option is http://www.codeproject.com/KB/WPF/SharpVectors.aspx
我们现在可以使用 Nuget 中的 Svg.Skia。我们可以使用 SkiaSharp 。
We can now use Svg.Skia from Nuget. We can use SkiaSharp with it.