简体   繁体   English

Windows Azure辅助角色和SVG

[英]Windows Azure Worker Role and SVG

I want to use a worker role to serve up images and various pieces of content in Windows Azure. 我想使用辅助角色来提供Windows Azure中的图像和各种内容。 One of my requirements is to serve up an SVG as a PNG file of the requested size. 我的要求之一是将SVG用作所需大小的PNG文件。 These PNGs will be cached to ensure maximum performance in the long run but I do need these SVGs to be rendered in memory and as quickly as possible. 这些PNG将被缓存以确保长期最佳性能,但我确实需要将这些SVG尽可能快地呈现在内存中。

What is the best solution to achieve this? 实现此目标的最佳解决方案是什么?

Try the SVG Rendering Engine open source project. 尝试SVG Rendering Engine开源项目。 It seems to both generated SVGs and generate other files from SVGs. 似乎既生成了SVG,又从SVG生成了其他文件。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM