Hello I am currently using the smoothZoom plugin in a project (http://codecanyon.net/item/smooth-zoom-pan-jquery-image-viewer/511142). I have to load in an image of roughly 2500 * 2500 pixels (the client is insistant on this size not being changed otherwise I would just resize the image).

Does anybody know any ways to make the panning and zooming smoother?

At the moment the operation of the smoothZoom is very sluggish.

link|improve this question

feedback

1 Answer

up vote 1 down vote accepted

In my opinion, what causes the operation of the smoothZoom to be sluggish is the client's hardware & browser. Not the plugin itself. 2500x2500 is a very large image, and the rendering of any animation can cause heavy usage of CPU.

link|improve this answer
So other than resizing the image is there anything I can do to improve performance? I wondered if there is anything like a malloc command from c++. – jaget Nov 7 '11 at 14:26
1  
I don't think there's much you can do on this. Though, dropping the jpeg's quality without resizing it might help. – John Nov 7 '11 at 14:36
OK brilliant thanks for your help. I thoguht there was little I could do but its worth asking incase someone knows better. – jaget Nov 7 '11 at 16:23
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.