Most voted "jcrop" questions
Jcrop is a jQuery plugin that adds image cropping functionality to web applications.
Learn more…5 questions
Sort by count of
-
2
votes1
answer703
viewsHow to save an image generated by php Gd?
I’m trying to use jcrop + php Gd to make image cuts and save to another directory but I don’t know what’s wrong with my code: <?php if ($_SERVER['REQUEST_METHOD'] == 'POST') { $targ_w = $targ_h =…
-
1
votes2
answers446
viewsJcrop distorting the image at the time of selection
I want to use Jcrop in one .dialog(), but it is not working properly, the selection of Jcrop is getting wrong, distorting the image: Instead of doing like this: The js is like this:…
-
1
votes0
answers15
viewsVertical image taken on smartphone "gets" horizontal when uploading
I arrived here after trying to understand and look for some solution, but this is one of the rare times I can say that I have no idea what to do. It is a small real estate system (the image is of a…
-
1
votes0
answers14
viewsProblem with dynamic JCROP
I have the following code that opens a modal with the jcrop to cut and then put the cut in a preview, but when I close the modal and select another photo it does not update in the modal. already…
-
0
votes1
answer191
viewsJcrop .. doubts to save image
I’m developing a system, and in it the user can cut an image (I did with jcrop) but after the user cuts it, it appears on the screen. What I’d like is that right after he cut it out, I can pick it…