Silverlight深度缩放合成问题
Deep Zoom Composer 本身就是非常好的工具。 我想知道是否有任何自动撰写的方法? 例如,我有100张图像,我想自动合成为10 * 10深度变焦效果。 我正在实现后台工作流程并自动撰写深度缩放和发布。 我更喜欢的输出类型是“图像”和“导出为集合(多个图像)”。
有参考样本或文件吗? 我使用的是 VSTS2008 + C# + .Net 3.5。
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看看 这篇关于应用程序中包含的 DeepZoomTools.dll 的文章。
Take a look at this post about DeepZoomTools.dll included in the app.
有一个很棒的示例项目 这里,如果您真的想疯狂地以编程方式生成图像/图块,您可以尝试 这篇 MSDN 文章。
我自己还没有找到很多有关 DeepZoomTools.dll 的真实文档,但我创建了一个小型测试 Web 服务,将单个上传的图像转换为 Deep Zoom 源。 相关代码是:
返回路径的使用方式如下:(
请原谅草率的代码。但它确实有效。)
There's a great sample project here and if you really want to go crazy and generate images/tiles programatically, you can try the sort of thing referenced in this MSDN article.
I haven't found a lot of real documentation regarding DeepZoomTools.dll myself, but I created a small test webservice to turn a single uploaded image into a Deep Zoom source. The relevant code is:
Where the return path is used like so:
(Forgive the sloppy code. It does work though.)