2

I am developing a WP7 application that displays and arranges images using a MultiScaleImage control.

Currently, I don't think my 'output' xml/dzc is properly formated to point to all of the sub images in the right places.

How do I export my Deep Zoom Composer project as a collection of images and access single subimages in my application? (and yes, the data is online instead of local to the device)

Sources:

Any and all suggestions are welcome.

ThiefMaster
  • 310,957
  • 84
  • 592
  • 636
allonhadaya
  • 1,297
  • 7
  • 19
  • EDIT: I did find one error. There's some restriction on picture naming when using Microsoft's deep zoom composer. I changed all of the pictures to pic_[number] and it output the files properly. The MSI control still doesn't load the image properly, but it is a step in the right direction – allonhadaya Apr 02 '11 at 18:55

1 Answers1

0

This project might help you - http://deepzoomcontainer.codeplex.com - it includes a WP7 control

Stuart
  • 66,722
  • 7
  • 114
  • 165