jquery image resize and rotator
what I am looking is for a jQuery plugin capable of rotating and resizing an image using handles, like in this pic
(this is the webapp). Working with jQueryUI rotating and resizing the same image is really messy and the image does no开发者_StackOverflowt contain handles to click to rotate and move.
http://code.google.com/p/jquery-rotate/
$('#theimage').rotateRight(45);
To rotate, you might find wilq32 to be a good starting point. Pretty simple syntax:
$("#image").rotate(-20);
精彩评论