In my ASP.NET MVC site, the users need to upload profile pictures, and resize/crop and move the image until the user is satisfied (within the red border as shown here: https://i.sstatic.net/CYLom.jpg)
I've stumbled upon the http://imageresizing.net/ which is very fine, but i kinda need the front UI control for the users to use.
What is the easiest way to achieve this kinda control? do i have to develop my own, or do you guys have any recommendations?