Deep Zoom provides the ability to interactively view high-resolution images
0
votes
1answer
36 views
SceneNode (layers), Deep Zoom Composer and Seadragon Ajax
I'm using the DeepZoom Composer to layer different images on top of the other, with each layer on top being smaller. (Similar to http://msdn.microsoft.com/en-us/expression/cc745977.aspx)
Is there an ...
0
votes
1answer
38 views
How do I get started using OpenSeadragon?
I was wondering how to get started with OpenSeadragon. I have it installed through node.js according to the repository readme on github. Then I was looking at the API and it looks like you have to use ...
5
votes
3answers
130 views
Are there an alternative to Deep Zoom for Windows Store App?
I have to work with a lot of images (high resolutions) and the best approach was to use Deep Zoom but it is not available for Windows Store app.
...
1
vote
2answers
126 views
A deep zoom script that'll allow enlarging of an image but with a “magnifying glass” interface
I'm looking for a tile-based zoom script that'll allow enlarging of an image but with a "magnifying glass" interface.
By "magnifying glass" interface, I mean something like Wadda where a user can ...
0
votes
0answers
52 views
MultiscaleImage Control: Zoom to Bottom Layer
I have a series of images which I am displaying, one at a time. They are all at different resolutions. The base of the pyramid is an image which corresponds to a 40X magnification factor on a ...
0
votes
0answers
206 views
Pinch-To-Zoom feature for TiledScrollView
I used https://github.com/ened/Android-Tiling-ScrollView library to display large tiled image. Everything is working fine. Only problem is that, I want to zoom only particular part which I ...
1
vote
1answer
84 views
Silverlight Pivot and CxmlCollectionSource: getting individual item URL
I have a CXML file describing a Pivot collection with a number of objects. Each object is described by a tag like:
<I Id="0" N="0" Source="tiles/684.xml">
<Size Width="2604" ...
0
votes
0answers
86 views
Using open zoom in flex 3
<?xml version="1.0" encoding="utf-8"?>
<mx:Application
xmlns:mx="http://www.adobe.com/2006/mxml"
xmlns:openzoom="org.openzoom.flex.components.*"
...
0
votes
0answers
92 views
how to show panoramic images using deepzoom?
I am working to develop a viewer to show panoramic images. I came across deepzone and get some lead that it may be used for vowing panoramic images.
The problem is that when you look at panoramic ...
3
votes
1answer
74 views
Is there a difference between the 2008 and 2009 namespace for Deep Zoom Images?
I noticed that Deep Zoom Composer writes DZIs with a namespace of
http://schemas.microsoft.com/deepzoom/2009
However the official documentation and the only available schema refer to
...
0
votes
1answer
67 views
Silverlight MultiScaleTileSource (or DeepZoom) - wrap dateline possible (limitless horizontal panning)?
I am wondering whether it is possible to implement wrapping of the dateling (or wrapping the map around as you pan off the 'edge' ) using the MultiScaleTileSource? Or any of the implementation that ...
0
votes
0answers
122 views
DeepZoom proxyURL, loading the image assets from a remote server?
I'm attempting to load a set of DeepZoom assets from a remote server. I'm able to use the Seadragon.Config.proxyUrl setting to load the DZI/XML correctly, but once loaded, the URLs for the images ...
0
votes
2answers
368 views
parallel image processing on hadoop
I have a couple of huge TIFF images (60,000x60,000 ~600MB). Using Hadoop I would like to create a pyramid of tiles (deepzoom format) for each image and store them on HDFS.
Ideally I would like to ...
0
votes
1answer
93 views
How to restore original Deep Zoom images?
Actually, I have a lot of collections of photos in Deep Zoom format. I would like to restore each image of each collection as a JPEG with the original size, is there a way to perform this ?
2
votes
2answers
412 views
implementing zoom on an image wp7
I am trying to enable zoom capabilities on an image in my wp7 app using either tap or pinch like other app features,ie,map. Most of the posts i've seen relating to this are a it old and am wondering ...
1
vote
1answer
309 views
Silverlight Deep Zoom: Generate images as requested
I am trying to build an application which serves images to a Deep Zoom MultiScaleImage dynamically. For example, when an image for a particular corner of the large image is requested, that image ...
0
votes
0answers
82 views
Deepzoom and dynamic content
Have anybody tried using Silverlight`s deepzoom technology with dynamic content? For example hooking it up to a CSM.
If you did please share your experiences and if you didn't for some reason please ...
0
votes
1answer
129 views
SubImages not showing on MultiScaleImage when zoomed out. How to show them?
I've created a deep zoom image with nearly 200 SubImages. I just loaded the main image into Deep Zoom Composer and loaded all the SubImages and exported. I then used code to position and scale the ...
1
vote
2answers
1k views
PivotViewer v2 dynamic collection AND deep zoom images
I am using the PivotViewer v2 released with Silverlight 5. I've started to use the new data binding ability of the PivotViewer, binding directly to data objects that are passed down from the server, ...
0
votes
1answer
159 views
how to Zoom into bottom layer image in deep zoom composer?
I am developing a learning application for school project in silverlight. here is the description what I tried to achieve.
I have three images. the first image is a diagram of solar system with 8 ...
1
vote
2answers
274 views
Interactive drawing in C#
I need to draw a large, interactive tree structure in C# WinForms - a corporate hierarchy.
Aside from the algorithm which will arrange the blocks in the tree which is probably going to be quite ...
0
votes
2answers
196 views
Placement of images in a DeepZoom Collection generated with the API
I'm generating a DeepZoom collection, using code from Bryant...
http://bryantlikes.com/DeepZoomImageGenerationWithDeepZoomToolsDLL.aspx
This generates a DeepZoom collection with the images arranged ...
2
votes
1answer
317 views
Microsoft Pivot JIT Collections
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.
...
1
vote
1answer
200 views
Silverlight Deep Zoom Server Control?
The Silverlight Deep Zoom was one of those cool things that I heard about when it was introduced a few years ago, but I never got around to actually trying it out. But now is the time, and I was so ...
0
votes
1answer
174 views
control for report viewer in silverlight
i want to write a report viewer control that has the effects like deepzoom(zoomin,animation effects) control.
especially like this control
http://www.microsoft.com/windowsazure/evidence/
...
2
votes
0answers
136 views
How to web crawl a DeepZoom image from IIPImage server?
How to get all tiles and metadata of a DeepZoom image hosted on an IIPImage server?
IIPImage suports the IIP protocol (not well documented), MS DeepZoom, and Zoomify
0
votes
1answer
977 views
Deep zoom with JavaScript (non flash OpenZoom)
I created a Wordpress plugin to add hi res photographs and split them into tiles, but my javascript front end is very slow. I would like to know if there is an open source tiled image zoomer (similar ...
2
votes
2answers
760 views
Build and draw big image on Qt
My program creates an image using complicated rules, then displays it in QScrollArea. Currently I do it this way:
create QImage
fill it using QImage::setPixel
add my widget (derived from QWidget) ...
0
votes
1answer
335 views
The correct choice of tools for a new Deep Zoom application
I want to create a new application. It will basically be a Deep Zoom application that users can draw annotations on (that will save to a DB so other users can see those annotations.) At first it will ...
0
votes
1answer
101 views
object expected error from Seadragon and IE
I'm playing around with seadragon trying to make a deepzoom image. I have uploaded it here.
In Firefox and Chrome it works fine, but IE produces a JavaScript error like
an obect was expectet. ...
1
vote
2answers
724 views
Seadragon deepzoom placement of files
I have created a deepzoom image, and when image files is placed locally I can display it with this code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
...
0
votes
1answer
83 views
error in embedding deep zoom
I created a website separately first and then opened it in Expression web to insert the deep zoom image in, but I keep getting this error:
"Add the page to a site and then try to insert the deep zoom ...
1
vote
1answer
225 views
Which Silverlight ArcGIS SDK link to use?
I am confused as to which ArcGIS SDK I should use for developing a ArcGIS map-based Silverlight application.
I just signed up and downloaded the SDK isntaller from ESRI:
...
2
votes
3answers
917 views
PivotViewer control doesn't Display Images (Silverlight)
I use the excel plug-in to publish them, then i copy the cxml and the folder to my .web project and when i run the pivot works and has the categories but doesnt show images.
xaml code:
...
2
votes
1answer
1k views
MultiScaleImage (DeepZoom) control on Windows Phone 7 and image collections
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 ...
2
votes
0answers
180 views
one-dimensional (deep) zoom with changing aspect ratio
I have a data set that (if thought of as an image) is much wider than it is high. (Data is collected in one dimension at 100,000 to 1,000,000 X-points; each Y-value lives between 0 and 1. At its ...
2
votes
1answer
603 views
Displaying own gigapixel images in DeepZoom using silverlight
I actually use my own code to produce the images(tiles)at different layers of the pyramid (ones which are otherwise produced by deepzoom composer).I want to know if it is possible to load them in ...
1
vote
1answer
259 views
Viewing Gigapixel Images
I am processing gigapixel images and want to display them.I have the subimages at different levels of the image pyramid.Now I need a viewer which can be used to show these images in the output? I ...
2
votes
2answers
458 views
Raster image drawing software/library with deepzoom
I'm looking for a raster image drawing software with an "infinite" zoom capability like the image viewer SeaDragon(YouTube-link). Or, alternatively, a library (in any language) with which one could ...
1
vote
1answer
642 views
MultiScaleImage (DeepZoom) control on Windows Phone 7 and local content
I was able to get the MultiScaleImage control to work in Windows Phone 7, but only with hosted content. I wasnt able to get it to work with local content that I had created.
Questions:
Is this ...
0
votes
1answer
218 views
MultiScaleImage is not visible
I added a MultiScaleImage to my
Silverlight project
I created a deepzoom compatible
Image with DeepZoomComposer
I imported the image into my project and stored it in a folder named Source
I set the ...
6
votes
1answer
1k views
Deep Zoom Collection in Javascript Canvas
I need to create a deep zoom mosaic in an HTML5 Canvas Element with thousands of roughly 512x512 images, but I want to reinvent the wheel as little as possible.
So rather than combining tons and tons ...
2
votes
2answers
894 views
Keep relative positions over MultiScaleImage
I implemented the following Silverlight app after seeing this instructions, here's my code:
public partial class MainPage : UserControl
{
private Point lastMousePos = new Point();
private ...
0
votes
1answer
318 views
Add deep zoom folder to VS2010 silverlight applciation
I have copied the deepzoom data created folder "Generated Images" into
a folder named "temp" in my VS2010 web project, but I am unable to see
the "Build" property of this ("temp") folder.
While ...
1
vote
1answer
661 views
How to center image in MultiScaleImage
Found the function which position the image(s) in the multiscaleimage... but I'm not sure how to get the actual image width (for single or multiple) and change the _msi.ViewportOrigin x param based on ...
1
vote
3answers
565 views
Very large images in web browser
We would like to display very large (50mb plus) images in Internet Explorer. We would like to avoid compression as compression algorithms are not what CSI would have us believe that they are and the ...
0
votes
1answer
188 views
Automation of Open Zoom
How would I automate the process of deploying a gigantic jpeg on a web server and then generate the necessary files to load the image up on the frontend site in OpenZoom?
I'm working in php but any ...
7
votes
3answers
816 views
How to add text in Deep Zoom Composer?
I want to compose my own project in deep zoom composer however I would like to know on how to add text per image zoomed in just like the hard rock memorabilia
I want to consume it, using silverlight ...
1
vote
1answer
312 views
Deep Zoom Image construction
I'm trying to build a .dzi, in the case a very wide, but not tall image.
I have created the following, test1.xml which contains
<?xml version="1.0" encoding="utf-8"?>
<Image TileSize="1024" ...
0
votes
2answers
440 views
Silverlight DeepZoom Dragging lets one drag the MultiScaleImage off screen
I'm having some issue and am hoping someone can answer the question. I have a Deep Zoom project that I used the standard (deep zoom composer) project which places a DeepZommInitializer behavior on the ...



