just imagine your profile on facebook. when changing your avatar, you select a new picture, crop it and then safe it. after that, the new avatar is displayed in your profile.
I have been attempting to use a mashup of jquery plugins found on this website. as far as i can tell this is a pretty good peice of code, just have a couple of issues.
I use the Jquery Jcrop for cropping my images. Now I\'m implementing a slider for resizing the image. 开发者_如何学PythonI want the cropping and resizing to happend on the same page.
On my page I have many forms, in witch field ids are generated based on DB id. like this: <input type=\"hidden\" name=\"id\" value=\"<?php echo (isset($content))?$content->getId():\'\'?>\
I have been searching all of the net but I can not seem to find a simple opensource plugin which essentially provides a basic image cropping tool.
I\'ve got a pretty simple problem, but I\'ve become clueless on what is causing the problem. In one of my applications I开发者_如何学JAVA\'m using jCrop as a small add-on to crop images to fit in bann
I\'m using asp.net 4, c#, jQuery 1.5.1 and Jcrop-0.9.8. For jQuery I load the package using MS CDN and ScriptManager.
I have this weird issue with jcrop that I have spent hours trying to figure out. The problem is that I cannot drag / move the selection around in the same way as it is shown in the demo.
In the code below, the color box is working and the image showing. When I tried to integrate Jcrop with it, it doesn\'t.
I am using jCrop and i would like to add a progress bar for the image upload, How can make the jq开发者_Go百科uery ui progressbar get the image bytes loaded?Here is a great Plugin and here is the Dem