15 Comments to “Crop Image Like Orkut”

  1. jithesh

    Aug 5th, 2008

    Thanks…nice one

  2. Noah

    Oct 7th, 2008

    Someone should make a “facebook / flickr” style image tagging script based on this where you can tag people or interesting things in a photo. I’m sure the right person could do it!

  3. developer

    Nov 24th, 2008

    Hey thank you so much
    as it too important for me when this functionality i was impleting in my site and not found proper soluntion.

    this code is realy usefull for me

    Thank you :)

  4. jasan

    Dec 12th, 2008

    Hi,

    Really Very Nice Tutorial. This is exactly what i want.

    Thank you so much.

  5. pradeep pathak

    Jan 14th, 2009

    Thanks for the code. Works Nice. Actually I was looking for a Orkut like photo upload script. If you have any like that, I would be highly thankful.

  6. Chris

    Jan 14th, 2009

    Very impressive!

    I have a newbie question though. How would I lock the aspect ratio for the realcrop example (like 6×4 or 3×5)?

    Thanks.

  7. harry

    Jan 28th, 2009

    if i want to crop image in square mode then what function i have to change please reply fast

    thanks

  8. Cléber

    Feb 10th, 2009

    Harry, use this:
    Event.observe(
    window,
    ‘load’,
    function() {
    new Cropper.Img(
    ‘cropimage’,
    {
    onEndCrop: onEndCrop,
    ratioDim:{x:7.6923,y:10},
    }
    )
    }
    );
    Set the proportions to 1/1 in the “ratioDim” line.

  9. manoj

    Mar 25th, 2009

    Hey m geting problem to corp photo on my orkut site

  10. Eduardo

    Apr 25th, 2009

    You know where I can find a plugin for wordpress with the function of crop image? Thank you.

  11. sheetal

    Jul 15th, 2009

    thanks
    it’s very nice and useful script

  12. mag

    Jul 23rd, 2009

    Hi,

    I liked your script for image croping but is it possible for us to show by default the crop borders on the image

  13. frankred

    Sep 29th, 2009

    The Script is offline, can you send it to me via Mail?

  14. kishan

    Nov 18th, 2009

    script is now not available can u send it me via mail or give me new url???

  15. Sanowar

    Jan 29th, 2010

    I liked your script for image croping but it is showing errror in IE


Leave a Reply