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 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.

share|improve this question
@the preson who down voted my question: May i know why my question is down voted? – brainless Jul 28 '11 at 19:07

2 Answers

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.

share|improve this answer
From what I understood from your answer is that you actually implemented this plugin.. but I think it was implemented by MichaƂ Wojciechowski :) Is that right? Maybe you should rephrase to something like I have used – Lipis Mar 16 '11 at 14:36

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.

share|improve this answer

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.