seadragon

Licence for DeepZoom and SeaDragaon AJAX??

Hi, wats the licence for microsoft silverlight DeepZoom and SeaDragaon AJAX.. can i use the libraries in commercial applications.. or do i need to purchase any commercial licnence... Cheers Rames Vel ...

PIL vs Python-GD for crop and resize

Dear Stackoverflow'ers, I am creating custom images that I later convert to an image pyramid for Seadragon AJAX. The images and image pyramid are created using PIL. It currently take a few hours to generate the images and image pyramid for approximately 100 pictures that have a combined width and height of about 32,000,000 by 1000 (ye...

Can't create more than one overlay in Seadragon

Hi everyone, I am trying to add overlays to a seadragon map I am making but for some reason that I can not figure our seadragon ignores all my overlays except the first one. Any help with this is much appreciated. var viewer = null; function init() { Seadragon.Config.autoHideControls = false; viewer = new Seadragon.Viewer("co...

SeaDragon Mouse Clicks

How can I determine the location of a mouse click on an Ajax SeaDragon scene relative to the source image that was used to generate the DeepZoom content? ...