Reputation: 14142
I am looking for a decent image cropping solution, ideally a script that would do the following :
Allow to upload an image (ideally via ajax), crop the image using some jQuery like cropping tool and then save the 'new' cropped image while retaining the image untouched.
Is there anything people could recommend?
Upvotes: 0
Views: 2071
Reputation: 1894
you can check here it is good tool
http://deepliquid.com/content/Jcrop_Download.html
Upvotes: 0
Reputation: 359786
Use Pixastic for client-side image processing.
It sounds like you might be looking for an image crop GUI for users, rather than a way to programmatically crop images (as I read your question originally). In that case, there are a variety of jQuery plugins that provide this; jrac seems to be a reasonably up-to-date one.
Upvotes: 1