开发者

Microsoft Pivot JIT Collections

开发者 https://www.devze.com 2023-04-13 05:43 出处:网络
I\'m attempting to implement a Microsoft Pivot viewer within my application, I\'ve decided that a cross between a JIT collection and Linked Collection is the best case however I\'m having a few issues

I'm attempting to implement a Microsoft Pivot viewer within my application, I've decided that a cross between a JIT collection and Linked Collection is the best case however I'm having a few issues.

The images for the collection are generated by a C# Windows Service that runs overnight generating new images that are required.

The CXML file is then generated dynamically when the user request the data using a custom HttpHandler.

The issue is that with 10000+ items my develop开发者_StackOverflowment machine runs out of memory whilst trying to turn the generated png/jpg images into a DZC.

Is there a tool available that I could use to turn the images that I have into DZI images. I've looked at the Deep Zoom Composer, but I really need something that I can run overnight to convert the images, currently I have about 45,000 images that I need to convert, the Composer just locks up trying to do anything with that amount of images.

Ideally I would like to be able to create the DZI images directly using the service instead of creating png/jpg images first.


i could not see if you already had these tools or not but here goes nothing:

http://www.silverlight.net/archives/whitepapers/deep-zoom-tools

if you use these tools you can preprocess the images and use them later in your collection. if you need dynamic images you might want to take a look at the Silverligh 5 RC (of which the latest version includes the new pivotviewer). this new version converts your xaml into dzi at runtime and is a really cool control!

0

精彩评论

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

关注公众号