Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 262939
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T22:33:36+00:00 2026-05-11T22:33:36+00:00

Using Deepzoom Composer creates a nice ClientBin and a nice HTML page that works

  • 0

Using Deepzoom Composer creates a nice ClientBin and a nice HTML page that works in HTML.

Using the Deepzoom API, I can create the processed pyramid images and some metadata in some xml files and that is all. So now, once I have those images and the metadata, which is half the battle, how should I go about building some Silverlight and HTML (programmatically) to use that metadata and the images, without having to go and reverse engineer all of what Deepzoom Composer is creating??

It is important for my purposes that I can autogenerate the whole shebang, as Deepzoom Composer does. Clicking around in Visual Studio isn’t necessarily going to cut it.

At the very least I need to be able to switch out the image that is shown in the final Silverlight Deepzoom app from time to time if not completely rebuild the entire thing magically. (I am hoping that msbuild will not need to be involved here as I would also like this to be freely redistributable.)

I’m just looking for some quality reference material and some ideas here. Link, books, blog entries, etc.

Thanks!

-Chris.

Update

The output from Deep Zoom Composer using Outputtype=”Silverlight Deep Zoom” and “Export as a composition (single image)”; Format=JPEG; Quality=95; Image Width=800 generates a bunch of files into a named folder within the “Exported Data” folder. There is also a “Working Data” and a “Source Images” folder.

The “Exported Data” folder has a folder within it for each export you did from Deep Zoom Composer. Within those folders, the content depends on whether you did Composition or Composite, but take a look at a Composition one because it is simpler. The contents include:

Test.html (which contains an embedded Silverlight 2 object with Source=Default.xap)

Default.xap (which contains a Headlight.Player.dll and an AppManifest.xaml file within it)

A “Generated Images” Folder which then contains the folder “dzc_output_files”, and files dzc_output.xml, scene.xml, and SparseImageSceneGraph.xml

SparseImageSceneGraph.xml is a 1KB file that has SceneNode elements that have FileName elements which reference the full directory paths of the images back up in the Source Images directory at the overall project level.

scene.xml has a lot of stuff in it and in my case is 76KB and it seems to have been generated by the Headlight Authoring Tool according to an embedded comment.

dzc_output.xml is another simple xml file that is only 1KB and has an Image that has a Size element and some DisplayRect elements and that is all.

I am looking for a way to generate all of this stuff automatically. All the Deepzoom API does is generate the some simple Xml files and folders of images of varying resolutions.

There is no way to view the output.

I guess what I’m looking for is like an API to the Headlight Authoring Tool, which probably isn’t public yet.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T22:33:36+00:00Added an answer on May 11, 2026 at 10:33 pm

    This link I think is the answer to my question:

    http://blogs.sqlxml.org/bryantlikes/archive/2008/11/27/deep-zoom-image-generation-with-deepzoomtools-dll.aspx


    In the course of my travels I also found these related links:

    http://blogs.msdn.com/jaimer/archive/2008/06/23/working-with-collections-in-deep-zoom.aspx

    http://jimlynn.wordpress.com/2008/11/28/programmatically-create-deep-zoom-collections/

    http://www.slideshare.net/goodfriday/deep-zoom-build-dynamic-deep-zoom-applications-with-open-source

    http://blogs.msdn.com/expression/archive/2008/11/26/hello-deepzoomtools-dll-deep-zoom-image-tile-generation-made-easy.aspx

    https://silverlight.net/forums/t/100017.aspx

    http://blogs.msdn.com/jaimer/archive/2008/03/31/a-deepzoom-primer-explained-and-coded.aspx

    http://www.silverlightrecipes.com/2008/03/silverlight-20-deep-zoom-using.html

    http://www.hanselman.com/blog/ViewingALOTOfImagesEffectivelyPlus700ObamaNewspaperCoversInSilverlightDeepZoom.aspx

    http://blogs.msdn.com/jstegman/archive/2008/04/21/dynamic-image-generation-in-silverlight.aspx

    http://mtaulty.com/CommunityServer/blogs/mike_taultys_blog/archive/2008/06/25/10536.aspx

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 200k
  • Answers 200k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer I found out how to do this thing, with the… May 12, 2026 at 7:58 pm
  • Editorial Team
    Editorial Team added an answer I'll give a concrete example using Git (other version control… May 12, 2026 at 7:58 pm
  • Editorial Team
    Editorial Team added an answer You can check for new data every 10 seconds, but… May 12, 2026 at 7:58 pm

Related Questions

Lets assume I have a bitmap with a square aspect and width of 2048
I have done a few sample projects (just for fun) using Silverlight deep zoom.
I am in designing the site something like hardrock memorabilia using slverlight DeepZoom.. And
Are there any ports to WPF of Silverlight's MultiScaleImage (aka DeepZoom)? Have Microsoft road-mapped

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.