Reputation: 196499
is there any library or component that allows photoshop or pdf style zooming where i have images that i want users to be able to click to zoom in and out and i want to support being able to zoom in a number of times and zoom out a number of times
i want the equivalent of every user having the ability to do stuff like this: https://addons.mozilla.org/en-US/firefox/addon/139
Upvotes: 11
Views: 4131
Reputation: 29634
You can use Google Maps API to do that. All you need to do is to generate custom map tiles. There is a nice tutorial here.
EDIT: Just found another site that uses the same technique.
I have also found some alternative solutions that are not based on Google Maps API (1st is the best in my opinion):
and other questions about this topic:
EDIT: If you have really large images, you can upload the files to GigaPan(SM) and embed them in your website.
Upvotes: 10
Reputation: 70204
Have a look at:
Then, there is Zoomorama which is an alternative to Microsoft's Seadragon if you don't mind using flash.
Upvotes: 12
Reputation: 145950
Silverlight Deep Zoom is one cool way if your environment permits it.
Here's a kind of overkill example of it : http://memorabilia.hardrock.com/
Also from a Flash advocate. And some more stuff - and maybe most fun of all a 13 gigapixel image.
Upvotes: 1
Reputation: 4267
Have a look at GWT too...
here is a zoomer made in GWT: http://gwtgallery.appspot.com/about_app?app_id=21025
Upvotes: 2