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
0
votes
1 answer

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 compilation, VS2010 shows an error "'Build Action' not…
BPM
  • 1
0
votes
1 answer

Deepzoom images: starting image quality

I am working on implementing a zoomable image viewer using OpenSeadragon and deep zoom images. I used the VIPS command line tool to create DZI files. My question is, does the original image used to create DZI files need to meet specific requirements…
0
votes
1 answer

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 shell/bash/python scripts are welcome
Tom J Nowell
  • 9,588
  • 17
  • 63
  • 91
0
votes
1 answer

Open seadragon for android

I want to achieve the deep zoom effect in android. But it seems really hard. So, can I use HTML5, and use the javascript library Open Seadragon? Or, how can I achieve this goal using native android API?
howerknea
  • 355
  • 3
  • 12
0
votes
1 answer

OpenSeaDragon Zoom in working only 3 levels

DeepZoom is creating 12 levels of images. Here my problem is when i click the zoom in ,it works only 3 times. I cannot go depth of zooming. starting Level 10 to Level 12. Is it possible create more DeepZoom images or create custom code for more…
sreejaya
  • 45
  • 1
  • 2
  • 11
0
votes
0 answers

MATLAB Multi-resolution technique for a large mesh

I was hoping if someone could help me point to the right direction when it comes to visualizing large 3D point clouds without downsampling in MATLAB. The large 3-D points clouds will ultimately be converted to mesh for visualization. Now I have…
asidd
  • 3
  • 1
  • 4
0
votes
2 answers

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 MultiScaleImage control. I'm trying to constrain…
DevTheo
  • 1
  • 1
0
votes
1 answer

Best practice for panning/zooming a user control?

We currently have a user control which displays a dynamic matrix of other user controls. Since it's dynamic, the view can become large, requiring the user to scroll up/down & left/right in the browser to view everything. I would like to give the…
JSprang
  • 12,481
  • 7
  • 30
  • 32
0
votes
1 answer

DeepZoom white images - Imagemagick Vips Cocoa

i have a little cocoa osXa app that uses Vips DZSAVE and imagemagick to create the DeepZoom Tile from a big psb file. the problem is that it works fine just till a undefined size. i'm managing correctly files about 60.000px X 50.000px 27Gb size but…
0
votes
3 answers

Gamma-correct zoomable image (dzi, etc) generator

I'm using MS Deep Zoom Composer to generate tiled image sets for megapixel sized images. Right now I'm preparing a densely detailed black and white linedrawing. The lack of gamma correction during resizing is very apparent; while zooming the tiles…
Spiny Norman
  • 63
  • 1
  • 4
0
votes
2 answers

Can not read property 'position' undefined, get Coordinates - CustomTile - Openseadragon

I am trying to get the coordinates with below code : If i am clicking on the canvas to grab the X and Y position : showing me console error : Uncaught TypeError: Cannot read property 'position' of undefined screenshot :…
dotnetexpert
  • 145
  • 2
  • 16
0
votes
1 answer

Custom Tiles, Ajax call in GetTileURL not working properly

I am using the customtile to make the list of the images based on the ajax call, I can not see the console.log handled after making ajax call... getTileUrl: function (level, x, y) { console.log("URL::->" +…
dotnetexpert
  • 145
  • 2
  • 16
0
votes
1 answer

Openseadragon - Custom Tiles, there is navigator do not showing the image

i am using OpenSeaDragon, there is Customtiles to showup the images, i can not see the the image exactly for the navigation... please check the issue for the screenshot : http://screencast.com/t/BeP6nyA6M The code is here :
dotnetexpert
  • 145
  • 2
  • 16
0
votes
1 answer

Custom TileSource is not working properly to load initial level image

I am trying to make custom tile source, I have simple copy paste the code from here : https://openseadragon.github.io/examples/tilesource-custom/ But i can see the Output as per here : http://screencast.com/t/j7Qvh4URsX and for the Images related…
dotnetexpert
  • 145
  • 2
  • 16
0
votes
1 answer

OpenSeadragon Dynamic Image

I would like to create a tilesource for OpenSeadragon, to render a player's view for a game. The world has coordinates (x,y), player is on a particular coord, with a view range. What I would like is to create a tilesource for OpenSeadragon, that can…
Dede
  • 1,640
  • 2
  • 14
  • 24
1 2 3
8
9