<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="http://blogs.msdn.com/utility/FeedStylesheets/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Working with Collections in Deep Zoom.</title><link>http://blogs.msdn.com/jaimer/archive/2008/06/23/working-with-collections-in-deep-zoom.aspx</link><description>In the Deep Zoom run-time, you can load two types of compositions: A single image composition is when you interact with a single image at run-time. This does not mean you started with a single image, you could start with many images and compose a scene,</description><dc:language>en-US</dc:language><generator>CommunityServer 2.1 SP1 (Build: 61025.2)</generator><item><title>Silverlight Cream for June 27, 2008 -- #311</title><link>http://blogs.msdn.com/jaimer/archive/2008/06/23/working-with-collections-in-deep-zoom.aspx#8662952</link><pubDate>Sat, 28 Jun 2008 01:11:54 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8662952</guid><dc:creator>Community Blogs</dc:creator><description>&lt;p&gt;Jaime Rodriguez on DeepZoom, Pete Brown on on Publish/Subscribe pattern in SL, Shawn Wildermuth on XAML&lt;/p&gt;
</description></item><item><title>re: Working with Collections in Deep Zoom.</title><link>http://blogs.msdn.com/jaimer/archive/2008/06/23/working-with-collections-in-deep-zoom.aspx#8663071</link><pubDate>Sat, 28 Jun 2008 03:00:15 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8663071</guid><dc:creator>SoulSolutions</dc:creator><description>&lt;p&gt;Awesome post! Thankyou for taking the time to put this together. It will be very useful everytime I need a refresh on what is going on, this sort of thing should have been the documentation.&lt;/p&gt;
</description></item><item><title>re: Working with Collections in Deep Zoom.</title><link>http://blogs.msdn.com/jaimer/archive/2008/06/23/working-with-collections-in-deep-zoom.aspx#8663473</link><pubDate>Sat, 28 Jun 2008 15:41:01 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8663473</guid><dc:creator>kigho</dc:creator><description>&lt;p&gt;Hi, &lt;/p&gt;
&lt;p&gt;I am currently considering using DeepZoom's sparseimage tool to programatically generate .dzi files for an MSI on my web page.&lt;/p&gt;
&lt;p&gt;There are 2 requirements that I need to fulfill :&lt;/p&gt;
&lt;p&gt;1. The data that appears at different zoom levels are specific to those levels. The MSI control is actually to host a map image (from arcgis server). On zooming , for example, we should be able to see the road names as from a certain zoom level (say 100 times),but orginally, the road names should not be visible at all ...&lt;/p&gt;
&lt;p&gt;Question : Is there a dynamic way of switching on / off subimages at different z-indexes in the msi control?&lt;/p&gt;
&lt;p&gt;2. Is there a way to pass in arguments to the sparseimage tool to reduce processing time...for example to generate an image pyramid with x zoom levels where x can be passed as an argument ?&lt;/p&gt;
&lt;p&gt;Thanks in advance.&lt;/p&gt;
</description></item><item><title>re: Working with Collections in Deep Zoom.</title><link>http://blogs.msdn.com/jaimer/archive/2008/06/23/working-with-collections-in-deep-zoom.aspx#8665092</link><pubDate>Sun, 29 Jun 2008 02:18:13 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8665092</guid><dc:creator>jaimer</dc:creator><description>&lt;p&gt;kigho, &lt;/p&gt;
&lt;p&gt;On #1, &lt;/p&gt;
&lt;p&gt;Zoom = 1/ViewportWidth in MSI.. you can decide what SubImages to turn on/off at each level using Opacity in the SubImage, so it should be OK for you to turn on/off roads when the Zoom is high/low enough. &lt;/p&gt;
&lt;p&gt;On #2, look into SparseImageTool and the MAXLVL parameter.. &amp;nbsp;this might do what you need. You might also want to use /TS and set tile size.. &lt;/p&gt;
&lt;p&gt;Happy deep zooming &lt;/p&gt;
</description></item><item><title>re: Working with Collections in Deep Zoom.</title><link>http://blogs.msdn.com/jaimer/archive/2008/06/23/working-with-collections-in-deep-zoom.aspx#8676514</link><pubDate>Tue, 01 Jul 2008 14:37:47 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8676514</guid><dc:creator>kigho</dc:creator><description>&lt;p&gt;SparseImageTool Problem.&lt;/p&gt;
&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I downloaded the beta 2 version of the deepzoom composer and I am trying to use its sparseimagetool.exe utility to generate an image pyramid.&lt;/p&gt;
&lt;p&gt;the scenegraph file I passed as parameter contains subimages with different ZOrders.&lt;/p&gt;
&lt;p&gt;The utility produces the .dzi file which I plug to an msi control in code-behind on startup of my web page.&lt;/p&gt;
&lt;p&gt;However, when I read the subimage.ZIndex property of &amp;nbsp;the sub images in the msi control, they are all 0.&lt;/p&gt;
&lt;p&gt;Question :&lt;/p&gt;
&lt;p&gt;1. How do I use the deepzoom composer to generate the .dzi file using the scenegraphfile I created ?&lt;/p&gt;
&lt;p&gt;2. Is there a current bug in the sparseimagetool.exe utility that accounts for this issue ?&lt;/p&gt;
&lt;p&gt;Thanks for keeping me updated .&lt;/p&gt;
&lt;p&gt;Here is a sample snapshot of the scenegraphilefile.xml I generated programatically and want to pass to the sparseimagetool utility :&lt;/p&gt;
&lt;p&gt;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;utf-8&amp;quot;?&amp;gt;&lt;/p&gt;
&lt;p&gt;&amp;lt;SceneGraph Version=&amp;quot;1&amp;quot;&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;AspectRatio&amp;gt;1&amp;lt;/AspectRatio&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;FileName&amp;gt;c:\arcgisserver\arcgisoutput\_ags_mape3e062844098440db97d79bbd884f994.jpg&amp;lt;/FileName&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;x&amp;gt;0&amp;lt;/x&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;y&amp;gt;0&amp;lt;/y&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Width&amp;gt;1&amp;lt;/Width&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Height&amp;gt;1&amp;lt;/Height&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ZOrder&amp;gt;3&amp;lt;/ZOrder&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;FileName&amp;gt;c:\arcgisserver\arcgisoutput\_ags_map7b547efa85cb45a2bca2eb5e93e49e0d.jpg&amp;lt;/FileName&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;x&amp;gt;0&amp;lt;/x&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;y&amp;gt;0&amp;lt;/y&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Width&amp;gt;0.25&amp;lt;/Width&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Height&amp;gt;0.25&amp;lt;/Height&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ZOrder&amp;gt;2&amp;lt;/ZOrder&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;FileName&amp;gt;c:\arcgisserver\arcgisoutput\_ags_mapbcfc454a41a141d085018bb7643b8100.jpg&amp;lt;/FileName&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;x&amp;gt;0.25&amp;lt;/x&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;y&amp;gt;0&amp;lt;/y&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Width&amp;gt;0.25&amp;lt;/Width&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Height&amp;gt;0.25&amp;lt;/Height&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ZOrder&amp;gt;2&amp;lt;/ZOrder&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;FileName&amp;gt;c:\arcgisserver\arcgisoutput\_ags_map9508810871564e588bf3ffba74d74cae.jpg&amp;lt;/FileName&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;x&amp;gt;0.5&amp;lt;/x&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;y&amp;gt;0&amp;lt;/y&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Width&amp;gt;0.25&amp;lt;/Width&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Height&amp;gt;0.25&amp;lt;/Height&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ZOrder&amp;gt;2&amp;lt;/ZOrder&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;FileName&amp;gt;c:\arcgisserver\arcgisoutput\_ags_map44de1ffbff1f4820a9ccf1b3bb594081.jpg&amp;lt;/FileName&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;x&amp;gt;0.75&amp;lt;/x&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;y&amp;gt;0&amp;lt;/y&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Width&amp;gt;0.25&amp;lt;/Width&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Height&amp;gt;0.25&amp;lt;/Height&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ZOrder&amp;gt;2&amp;lt;/ZOrder&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;FileName&amp;gt;c:\arcgisserver\arcgisoutput\_ags_map6ddcde0997b6467e97e9ca52ef480fc6.jpg&amp;lt;/FileName&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;x&amp;gt;0&amp;lt;/x&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;y&amp;gt;0.25&amp;lt;/y&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Width&amp;gt;0.25&amp;lt;/Width&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Height&amp;gt;0.25&amp;lt;/Height&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ZOrder&amp;gt;2&amp;lt;/ZOrder&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;FileName&amp;gt;c:\arcgisserver\arcgisoutput\_ags_mapeadcc8a160124204abb5004d06f04e56.jpg&amp;lt;/FileName&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;x&amp;gt;0.25&amp;lt;/x&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;y&amp;gt;0.25&amp;lt;/y&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Width&amp;gt;0.25&amp;lt;/Width&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Height&amp;gt;0.25&amp;lt;/Height&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ZOrder&amp;gt;2&amp;lt;/ZOrder&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;FileName&amp;gt;c:\arcgisserver\arcgisoutput\_ags_map74329a64bd27401b83238f7f41ddc0fa.jpg&amp;lt;/FileName&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;x&amp;gt;0.5&amp;lt;/x&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;y&amp;gt;0.25&amp;lt;/y&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Width&amp;gt;0.25&amp;lt;/Width&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;Height&amp;gt;0.25&amp;lt;/Height&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp; &amp;nbsp;&amp;lt;ZOrder&amp;gt;2&amp;lt;/ZOrder&amp;gt;&lt;/p&gt;
&lt;p&gt; &amp;nbsp;&amp;lt;/SceneNode&amp;gt;&lt;/p&gt;
&lt;p&gt;.....&lt;/p&gt;
&lt;p&gt;&amp;lt;/SceneGraph&amp;gt;&lt;/p&gt;
&lt;p&gt;Images with Zorder 2 are set to be below the 1st image with zorder 3. &lt;/p&gt;
&lt;p&gt;However, on debug when i read the zorders for subimages...they are all = 0. !!!&lt;/p&gt;
&lt;p&gt;Thanks for your comments on this issue.&lt;/p&gt;
&lt;p&gt;Kiran&lt;/p&gt;
</description></item><item><title>Deep Zoom Resources</title><link>http://blogs.msdn.com/jaimer/archive/2008/06/23/working-with-collections-in-deep-zoom.aspx#8935229</link><pubDate>Tue, 09 Sep 2008 02:29:42 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8935229</guid><dc:creator>Expression Blend and Design</dc:creator><description>&lt;p&gt;Since we released Deep Zoom Composer a while ago at MIX, we relied extensively on all of you to both&lt;/p&gt;
</description></item><item><title>links úteis sobre Deep Zoom</title><link>http://blogs.msdn.com/jaimer/archive/2008/06/23/working-with-collections-in-deep-zoom.aspx#8952553</link><pubDate>Mon, 15 Sep 2008 16:36:22 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:8952553</guid><dc:creator>o UAU nosso de cada dia</dc:creator><description>&lt;p&gt;para quem quiser se aprofundar no Deep Zoom (ops, escolha estranha de verbo), aqui v&amp;#227;o algumas refer&amp;#234;ncias&lt;/p&gt;
</description></item><item><title>Deep Zoom Demo Updated for RTW</title><link>http://blogs.msdn.com/jaimer/archive/2008/06/23/working-with-collections-in-deep-zoom.aspx#9012227</link><pubDate>Thu, 23 Oct 2008 05:39:26 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9012227</guid><dc:creator>Jeff Prosise's Blog</dc:creator><description>&lt;p&gt;Today I updated the Deep Zoom demo I originally published a few months ago for the RTW release of Silverlight&lt;/p&gt;
</description></item><item><title>Deep Zoom Image Generation with DeepZoomTools.DLL</title><link>http://blogs.msdn.com/jaimer/archive/2008/06/23/working-with-collections-in-deep-zoom.aspx#9146701</link><pubDate>Thu, 27 Nov 2008 17:49:27 GMT</pubDate><guid isPermaLink="false">91d46819-8472-40ad-a661-2c78acb4018c:9146701</guid><dc:creator>Bryant Likes's Blog</dc:creator><description>&lt;p&gt;Yesterday I saw that the Expression Blend and Design team had blogged about the new DeepZoomTool.dll&lt;/p&gt;
</description></item></channel></rss>