Questions tagged as 'jcrop'

1
answer

How to save an image generated by php gd?

I'm trying to use jcrop + php gd to make image cuts and save in another directory but I do not know what the problem with my code is: <?php if ($_SERVER['REQUEST_METHOD'] == 'POST') { $targ_w = $targ_h = 150; $jpeg_quality = 90;...
asked by 21.07.2015 / 17:40
2
answers

Jcrop distorting the image at the time of selection

I want to use Jcrop in .dialog() , but it is not working correctly, Jcrop selection is getting wrong, distorting the image: Insteadofdoingso: The js looks like this: $('.imagem_principal').live('click', function() { var foto =...
asked by 08.03.2014 / 14:10
0
answers

Front end image editing

<!DOCTYPE html> <html> <head> </head> <body> <script language="javascript" type="text/javascript"> function readURL(input, id) { if (input.files && input.files[0]) {...
asked by 04.10.2018 / 19:29
0
answers

How to make a polygonal crop responsive

I have a big problem I have irregular images I need to trim them and save them to another file, so far so good, the problem is that the system I'm creating is totally responsive, and the script below delimits the image size, is cutting, saving e...
asked by 18.01.2018 / 14:20
1
answer

Jcrop .. doubt to save image

I am developing a system, and in it the user can make a cut of an image (which I did with jcrop) but after the user cuts it, it appears on the screen. What I would like was that shortly after I cut it, I can pick it up and save it in the upload...
asked by 11.09.2016 / 16:00