deepzoom

Deepzoom into OpenLayers images using zoomify

旧时模样 提交于 2020-03-25 23:49:16
问题 How do I deepzoom into OpenLayers images using Zoomify? Taking cues from the answer How to display high resolution image in browser using openlayers, I was able to implement the zooming function but the maxZoom does not work here and I am unable zoom further into the image. DZI image parser function loadUrl(url, opt_options) { const options = opt_options || {}; const crossOrigin = options.crossOrigin === undefined ? 'anonymous' : options.crossOrigin; const layer = new ol.layer.Tile(); const

Firefox and Silverlight

微笑、不失礼 提交于 2020-01-25 04:06:06
问题 I'm developing a silverlight site, using deepzoom. When I call a function to ArrangeImages(), in IE, the image arranges correctly, using 100% of the screen. In Chrome it works as well. In Firefox, though, the msi container only uses around 80% of the screen. I'm resizing it using these 2 lines of code below: msi.Height = App.Current.Host.Content.ActualHeight; msi.Width= App.Current.Host.Content.ActualWidth; Any idea on how to solve this, or why the heck is this happening? Thanks for your help

how to convert dzi (deep zoom) files to full image

我的梦境 提交于 2020-01-16 05:47:24
问题 How can I convert deep zoom files to a full picture? 回答1: I don't think there's a tool for this, but you can probably write one easily. The only folder you need is the highest level (16 in your screenshot). Tile 0_0 goes in the upper left corner, then tile 1_0, etc. wrapping around to 0_1 on the next row. To get it exact you'll need to take a look at whether there was any overlap when the tiles were created. Look in the .dzi file for "overlap". If there is, you'll need to compensate by

How can used semantic zoom for 3 level in UWP?

与世无争的帅哥 提交于 2019-12-20 06:32:29
问题 I want to use semantic zoom (or its effect) for selecting a location in my UWP Application. I want to select the county first, and second select city, and third select the location. Has anyone a true idea about this? I searched multiple zooms for semantic zoom, but it's apparently impossible. I used two semantic zoom parallax, but that has its problems also. Can anyone help? 回答1: I found my solution, https://blogs.msdn.microsoft.com/shashankyerramilli/2014/02/14/implementing-a-custom-semantic

Best practice for panning/zooming a user control?

主宰稳场 提交于 2019-12-20 05:41:42
问题 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 users one view of the user control with the ability to pan & zoom on it, much like the feel of this Telerik control. We own the Telerik controls and I've tried to use the Map control for our purpose, but it doesn't seem like that is going to be a good

The correct choice of tools for a new Deep Zoom application

心已入冬 提交于 2019-12-12 01:13:51
问题 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 just simply run in a browser. However, the app would be useful if it could be used by enthusiasts in the field, so ability to run on smartphones or other handheld devices would be massively beneficial. 3G/4G signal is likely to be practically non existent in those places, so having the ability to

Source attribute of Silverlight MultiScaleImage

≯℡__Kan透↙ 提交于 2019-12-08 04:00:19
问题 I learned we should assgin a .bin file to the Source attribute of Siverlight MultiScaleImage. For example, I learned from here (refers to code sample in section Anonymous Methods for Events), http://www.soulsolutions.com.au/Blog/tabid/73/EntryId/410/Silverlight-Deep-Zoom-Sample-Code-Part-2.aspx But I have tried using export function of Deep Zoom Composor will never generate .bin file. Here are my screen snapshots. Any ideas what is wrong? (I am using VSTS 2008 + .Net 3.5 + C#.) 回答1: The

deep zoom is not displayed

≯℡__Kan透↙ 提交于 2019-12-06 14:13:12
问题 I am using VSTS 2008 + C# + .Net 3.5 + Windows Vista Enterprise x86. I have used Silverlight Deep Zoom composer tool to export my composed images into Siverlight type. Everything is previewed fine after export successful message (I select browse from browser). But when I click the Test.html in the exported project to show Deep Zoom effects from browser, nothing is displayed. Here is my screen snapshot. Any ideas what is wrong? http://i41.tinypic.com/2dac561.jpg EDIT 1: to my surprise, there

deep zoom is not displayed

不打扰是莪最后的温柔 提交于 2019-12-04 18:45:22
I am using VSTS 2008 + C# + .Net 3.5 + Windows Vista Enterprise x86. I have used Silverlight Deep Zoom composer tool to export my composed images into Siverlight type. Everything is previewed fine after export successful message (I select browse from browser). But when I click the Test.html in the exported project to show Deep Zoom effects from browser, nothing is displayed. Here is my screen snapshot. Any ideas what is wrong? http://i41.tinypic.com/2dac561.jpg EDIT 1: to my surprise, there is no clientbin folder in my exported project. I have made two screen snapshots for, my project folder

how to convert dzi files to multi-tile pyramidal tiff format

你说的曾经没有我的故事 提交于 2019-12-04 05:58:38
问题 In reference to the answer (how to convert dzi (deep zoom) files to full image) I am a noob on this topic, please correct if I am wrong. I am trying to create a multi-tiled tiff from .dzi (deep zoom image) format, how I am doing is: (i) Pick the max level folder. (ii) Vertically Stitch all the n columns of m rows (m_n.jpeg, I am referring to the images saved in this format) as png images. So they are occupying quite a considerable amount of space. (iii) Finally, I horizontally merge all these