I’m looking for a jQuery plugin that adds an interface to images to turn, scale, rotate and move with dots in the corners, like in photoshop and other image manipulation software..
I came across something like this when I didn’t need it, and now that I need it I just can’t find it. The only thing I found is this:
http://www.egrappler.com/contents/SmartIt/Demo/smartit.htm
It looks nice, and is exactly what I need, but it’s a little buggy with the rotation.
Any help is greatly appreciated!
In one project I used css property “transform” for this purpose:
As usually it doesn’t work in IE8 and earlier.
But IMHO this library has prettier rendering that native browser rendering.
And one more sample of editing picture but it uses old libraries