I have to develop an image viewer application. The designed application should have the following features
- Zoom in functionality
- Zoom out functionality
- Magnifying functionality
- Pan functionality
- Image overview functionality
I have to develop the application in Asp.net application. I have the following questions
- What will be the better method to develop such application , I mean Whether it is implemented using Asp.net controls or standard HTML controls
- Have any scope of HTML5 in developing such application?
- Can i get any customizable open source project written in javascript or jQuery?
My answers to your questions:
I would try the following steps:
There is alot of information to be found on the internet. Some examples are:
Zooming
http://www.tripwiremagazine.com/2012/07/jquery-image-zoom.html
Panning
http://manos.malihu.gr/jquery-image-panning
Overview
http://www.designzzz.com/jquery-slide-show-image-gallery-tutorials-downloads/
Tutorial for pan and zooming with HTML5 canvas
http://my.safaribooksonline.com/book/web-development/html/9781449308032/images-on-the-canvas/zooming_and_panning_an_image