Link to home
Start Free TrialLog in
Avatar of rafaelrafa
rafaelrafa

asked on

viewing, zooming and navigation for very large high-resolution images

Hello,
I am trying to show a very large image and be able to 'navigate in every direction and zoom similar to maps viewer (the example I am attaching is only a partial view, the final image will be a lot larger than the one shown)

I found this software:
G Map Image Cutter
http://www.bartlett.ucl.ac.uk/casa/latest/software/gmap-image-cutter
that uses Google maps

My question:
Is there any other software I can use? Recommendations?
I don't want: Google logo, terms of use, and I need a full black background (there is gray in the sides)

This is the example (again, the file will be that height but 20 times wider than the one i am showing)
http://rafael-landea.com/therumor/images/therumortiles.html

Two more things:
I use a Mac 10.6.8
and I am looking for a html5 based viewer or similar, non flash

Thank you!
Rafael
ASKER CERTIFIED SOLUTION
Avatar of Merete
Merete
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rafaelrafa
rafaelrafa

ASKER

Great! Seems that 'zoom.it' will work. Thank you Merete!
One more thing:
There is one thing I'd love for the 'zoom.it' version.
Using the mouse to navigate in different directions, I think that a "hand tool" mouse cursor instead of the arrow will help people to understand that they can move the image.
Any idea if this is possible?
That's good to hear  rafaelrafa glad I could help
 you'd need to look at the api and if there is any programming/scripting there that can change the mouse to a hand tool or pointer, but I don't think it would take much to find out how it works as soon as you click anywhere the movement will produce an action.
Look to this at the bottom of the page >Here are some good Javascipt based techniques (no Flash required) that will let you embed panoramas in web pages:
Cyclotron – Simple jQuery plugin for adding panoramas with support for horizontal dragging but no on-screen controls.
TouchPanView – Lets you fit any large image into a giving div and visitor can use the mouse or touch gestures to interact with the panorama. IE and mobile friendly.
Panorama Viewer – Another jQuery based panorama viewer but one offers auto-scroll in the horizontal direction. No option for vertical dragging.
[*] While iOS 6 is available for the iPad as well, the Panorama mode is only available for the iPhone and iPod Touch.

I did notice
Look down the page at the demo images
the first at Option #1:  Upload your panorama image to Flickr (or Dropbox or SkyDrive) and paste the image URL inside zoom.it.>>>uses the mouse

Option #2:  the Google Maps API allows such creative uses and you can build a Google Maps based viewer for your panorama in seconds
the same panorama image embedded inside Google Maps:<<>> has a hand instead of the mouse.
It seems there is different java scripts that may assist you
here's their page
http://zoom.it/
the API, you'll need silverlight
Quote>We provide a Silverlight class library that makes talking with the API from Silverlight a breeze. And with Deep Zoom built into Silverlight, the possibilities are endless.
http://zoom.it/pages/api/quickstarts/
http://zoom.it/pages/api/
Hi Merete,
I tried zoom.it but I just noticed that works only in my computer (Mac 10.6.8) using safari. It doesn't work on: chrome, firefox and I also tried it in an ipod touch. All resulting in a black background with no image or controls, just blank.
Any ideas on what could be causing this problem?
Thank you!
Rafael

PS: Thank you for your prompt response regarding the mouse cursor styles.
Good day rafaelrafa
I have no idea really, are you embedding it in a web page accessable from those browsers?
Forgive but using a MAC is outside my experience range.
Also Safari.
But with the nature of any software look to the requirements.
So my contributions are based on that.

Could be the type of images or the settings.
Zoom.it converts your image to the Deep Zoom format, which lets you smoothly and efficiently explore the whole image, no matter how large.
 Zoom.it is capable of taking any image on the web and modify it with a Deep Zoom twist. The new  content created by Zoom.it can be shared via a link, or embedded in websites.
I tested the link I posted above http://zoom.it/IJuY using Firefox, works fine
Chrome works fine.
 And of course Internet explorer 11
The common denominator is that I am running windows and have Silverlight and .netframework  installed with the latest versions of these browsers.

You're testing from (Mac 10.6.8) using safari. And a Mac version of the other browsers?

At a guess it has to be how you are embedding the web player over all the browsers? from the MAC
Please take a look through the Help sections
Extract
Because our API is RESTful by default, it’s easy to use on any platform that supports HTTP. To illustrate, the examples below use the popular, cross-platform command-line tool cURL.
To convert your content (image, webpage, PDF, SVG, ...) to a Deep Zoom Image, just make an HTTP GET request to http://api.zoom.it/v1/content/?url=<url> where <url> is your content’s URL. Be sure the URL starts with http:// or https://, and be sure to URL-encode any special characters inside it.
Please continue here>>includes how to look for problems
API Quickstarts - HTTP
http://zoom.it/pages/api/quickstarts/http
API Helper Libraries
http://zoom.it/pages/api/libraries/
http://www.21things4administrators.net/uploads/1/5/4/6/1546201/zoomitdetails.pdf
Ping!!