Hi all,
I want to implement something like Facebook has on their new profile picture function. You can select which part of the image must serve as your profile picture.
Instead of a square shape I’d like a round shape in my app. The selected image object should be returned as a new image I can use in my app.
I know Facebook does it in PHP, but I don’t know for sure if I can return an image object (after selection) with javacript. Could this be done in pure javascript or jQuery?