views:

47

answers:

1

I want to have a section where people after uploading their profile information can draw a square around the part that they want from the picture to be the thumbnail and all that. I'm wondering if there is anything out their with the client side (javascript) and server-side (php) so that I don't have to start from scratch!

+1  A: 

If you want ability to zoom the image (resample), then see kroppr. Cost is 29 Euros/subdomain but you do not get source (can't modify).

Open Source licensed: see the following. They have less functionality but may meet your needs. Eg user could select area of photo, then you'd shrink it down to the right size on your server.

Ajax Image Editor -- Does include zoom/shrink. But may need work to integrate with your site. GPL license

YUI 2: ImageCropper -- BSD license

Larry K
thanks alot I will wait a little longer before chosing your answer I still haven't found exactly what I wanted, if I don't I think I'm gonna take some stuff from AIE and put it in YUI ImageCropper and customize it but I was hoping I can find what I want. the way twitter,facebook, and google have it.
Neo
Yeah, I've been keeping an eye out for the exact same reason. The other option is to use one of the commercial SaaS services for this function such as http://snipshot.com/ -- Their integration api looks quite good. Cost appears to be free.
Larry K