Can please someone explain to me or bring me on the way how to crop a picture with JavaScript / jQuery?
I'm not looking for a plugin, I want to understand how it is done and use it.
I also don't want div manipulations with background positions.
I want to crop the actual picture. But only for client side purposes. I don't need a hook to the back end to save the cropped picture.
Tell me more
×
Facebook - Stack Overflow is a question and answer site for
facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community.
Facebook engineers participate here along with the best Facebook developers in the world.
If you have a technical question about Facebook, this is the best place to ask.
|
|
||||
closed as not a real question by Sparky, Kev♦ Jun 17 '12 at 17:10
It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, see the FAQ.
|
jQuery has no picture cropping functionality. You could for example use the HTML5 canvas element to achieve that. Here's a tutorial:
|
|||||||
|
divmanipulation using background position? What possible difference would it make? In fact, your accepted answer is using that method. – Sparky Jun 15 '12 at 18:11