On 12/8/10 5:14 PM, Sivakatirswami wrote:
I'm sitting here making my own zoom tool when I start thinking someelse
*must*have done this an a lot better than me.
I'm not sure it does exactly what you want, but I uploaded a stack to
RevOnline a while back called "Magnify an image". It might give
About the design: this way, using a separate drag and zoom interface, zooming
in on a specific area of an image is a bit unwieldy. It would be better, I
think, to use the scroll wheel, so one can position the mouse at a certain
location, and then zoom in or out by using the scroll wheel. Another
I'm sitting here making my own zoom tool when I start thinking
someelse *must*have done this an a lot better than me.
I have an image with this script
on mousedown
grab me
end mousedown
and a slider with this script
where the gWidth and gHeight are the size of the image after import.