Questions tagged [deepzoom]

Deep Zoom provides the ability to interactively view high-resolution images

Deep Zoom provides the ability to interactively view high-resolution images

135 questions
3
votes
1 answer

Real-time image slicing for Deep Zoom and Silverlight 4

Is there an example where the Deep Zoom images will prepare dynamically in real time? Is it even possible with Silverlight 4? So basically, whatever the Deep Zoom composer is doing under the hood should happen in real-time, on demand...
3
votes
2 answers

Deep Zoom Image - Command Line Tool? Or For Bulk Conversion

I am looking for some kind of command line tool , using which I can create an application to convert input images into Deep Zoom Image. I have around 500 images. I have used the Deep Zoom Composer to generate Deep Zoom Image[DZI] content one at a…
Sam
  • 91
  • 1
  • 9
3
votes
2 answers

Silverlight MultiScaleImage won't fill available space

Is it me or does the MultiScaleImage not even display without explicit width and height? I can't get it to fill a grid cell for some reason. It behaves differently from most other elements. If I ditch the height and width on the Viewer, it doesn't…
Jeff Putz
  • 14,504
  • 11
  • 41
  • 52
3
votes
4 answers

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 the OpenSeadragon.Viewer function. But that is…
Robert Hickman
  • 997
  • 1
  • 11
  • 22
3
votes
2 answers

how to make tooltip move along with mouse?

I am using Silverlight 3 + VSTS 2008. I have a image (Multiscale image control) and I place tooltip on this image. The function of Tooltip works fine. Since the image is big (about 500 * 500 size), and since end user could move mouse on the picture,…
George2
  • 44,761
  • 110
  • 317
  • 455
3
votes
2 answers

Silverlight Deepzoom API output vs. Deepzoom Composer output

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…
Chris Morley
  • 2,426
  • 2
  • 19
  • 20
2
votes
1 answer

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. The images for the collection are generated by a…
Midimatt
  • 1,114
  • 2
  • 17
  • 35
2
votes
2 answers

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) into QScrollArea define paintEvent in widget and use…
Pavel Strakhov
  • 39,123
  • 5
  • 88
  • 127
2
votes
1 answer

libvips Nearest Neighbor / Bicubic Deep Zoom Pyramid Creation

I'm in the process of moving some of my code off of openzoom.py and onto Libvips but am not sure how dictate the interpolation method, which is important. I at the very least need to be able to use bicubic/bilinear in one case and nearest neighbors…
2
votes
1 answer

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: http://help.arcgis.com/en/webapi/silverlight/index.html But then i noticed that…
AlvinfromDiaspar
  • 6,611
  • 13
  • 75
  • 140
2
votes
1 answer

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 images in the right places. How do I export my Deep…
allonhadaya
  • 1,297
  • 7
  • 19
2
votes
1 answer

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 silverlight? usually on the net I have seen images…
Manish
  • 1,729
  • 5
  • 32
  • 47
2
votes
2 answers

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 build such a drawing software. I want to draw…
Dave O.
  • 2,231
  • 3
  • 21
  • 25
2
votes
1 answer

Deep zoom Tile generation of very large size image

I need to generate deep zoom tiles for an image of size 50,000 x 50,000 pixels. I tried using deep zoom composer software but it keeps loading the file without any success. Please help me how can i generate deep zoom tiles for such large image.…
2
votes
2 answers

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 double zoom = 1; private Point lastMouseLogicaPos…
Felix Martinez
  • 3,928
  • 3
  • 31
  • 32
1
2
3
8 9