VaStO_LoRdE
New Member
I need to create a customizable toolbar for manipulating a particular image.The view should be like this,\[code\]<div id="main"><div id="toolbar">tool bar </div><div id="imagebox"><img src="http://stackoverflow.com/questions/12725379/..url"/> <!-- imgae to be manipulated --></div></div>\[/code\]The toolbar should have the features like this[*]Save image to disc[*]Save with annotation[*]Print image[*]Zoom in[*]Zoom out[*]Pan[*]Selection Zoom[*]Reset Zoom[*]Annotate on clicked position of image - Add a text on the clicked position[*]Calculate the measurement with a line draw on image (Physical measurement) [*]Marking a point on the image [*]Exposure and Color adjustments[*]full screen optionAlso the toolbar functionality should work on the browsers Firefox,Chrome,IE(6+),Safariand on Android Tablet and ipad browserMy Questions are[*]Is any third party tools available for doing these functinalities (in Asp.Net)[*]For implementing a cross browser solution I think we have to consider Html 4.0 rather than HtML 5 right?[*]Can we handle all these toolbar functionalities in clinet side by using jQuery like plugins or javascript? Or Do we need a combined coding of c# and javascript?4 . Have any performance degradation if we consider the server side technologies?Please help me to do the same functionality