I wish to add a plug-in in my website that allows users crop and resize images when they upload their profile picture into our website (just like Facebook). Is there any good plugin available to do that? I am ready to pay for that plug-in. I came to know about a plug-in by googling, but those guys are not provide any trial version to test with my application. Is there any better plug-in to do that. please help me. Thanks.
Tell me more
×
Web Applications Stack Exchange is a question and answer site for
power users of web applications. It's 100% free, no registration required.
|
|
I have implemented http://odyniec.net/projects/imgareaselect/ and found it to be very flexible and do exactly what I was looking for. The tutorials on the site are very useful. |
|||
|
|
Snipshot & Webresizer are basic online image editors that also provide an API to manage their service programmatically for your website. There is also a free jQuery plugin called jCrop that you can use to implement the image cropping functionality. |
|||
|
|