Zabs
Zabs

Reputation: 14142

Cropping tool/script for PHP/Javascript

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

Answers (2)

Sonal Khunt
Sonal Khunt

Reputation: 1894

you can check here it is good tool

http://deepliquid.com/content/Jcrop_Download.html

Upvotes: 0

Matt Ball
Matt Ball

Reputation: 359786

Use Pixastic for client-side image processing.


Edit

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

Related Questions