jcrop Questions
2
Solved
I am using Jquery form plugin.
Popup is displayed with image uploading form. Image is uploaded successfully. I want to close the popup after successful upload of image. The below javascript is wri...
3
Solved
I'm at a loss. I'm using JQuery 1.4.2 and JCrop 0.98. Everything else works fine, but I cannot move a selection once created. When I mouse over the selection and click, nothing happens.
I have the...
Mesh asked 1/8, 2010 at 6:13
7
I'm trying to figure out how to fix the selection box size under JCrop. The documentation mentions how to set an initial selection area but not how to make it fixed size. Does anybody knows how cou...
2
I'm using Jcrop to edit images uploaded by users, when a user decides to edit their image, an AJAX call gets made to get the original image of the user, my code is as follows:
var jcrop_api;
$('....
2
Solved
i upload image on S3 server with knox on express.
I would like user could crop the image for this profile picture (like on facebook)
I heard about Jcrop for the user interface and imagemagick for...
1
Solved
I have an application that has to crop images with variable width & height. but i don't know how to do this with the php gd (Createimagefromjpeg) function
in my code i have:
$targ_w = 400;
$...
1
Solved
I want to start JCrop selection in the center of the picture. Is there a way to do it?
Is there a option or something? It's not specified in the manual.
Do we have to calculate it manually?
Cooperstein asked 3/12, 2012 at 19:38
1
Solved
I can crop my images and click on crop. but then something goes wrong, because i don't know exactly how to save this image.
I use imagecreatefromjpeg from php.
this code look like this:
<?php
...
1
Solved
I'm trying to figure out if my code is at fault or the current HTML5 File API implementation.
The code below works. The bug appears when repeating the process after already loading the image once...
Diplomatist asked 18/3, 2012 at 12:7
2
Solved
in Jcrop , after selecting cropping area , a div appears with box handles in corners.
Is there any jQuery plugin that can build this type of box handles ?
1
Solved
I am using jcrop to crop the image in my php application.I am using below code to pass the coordinate values and image path using ajax,
function checkCoords(index)
{
if (parseInt(jQuery('#w').v...
3
Solved
I'm (loosely) following RailsCasts tutorial #182, which uses Paperclip, ImageMagick, and Jcrop to allow custom cropping of uploaded images.
As I'm using Amazon S3 for file storage, I've had to rej...
Unhitch asked 7/7, 2011 at 19:1
1
Solved
I need an app for crop an image in the client side, I mean, using a cropping tool like Jcrop jquery plugin.
I found this tools:
django-image-cropper
django-image-cropping
django-imagehandler
dja...
Kippy asked 26/10, 2011 at 19:27
1
I'm stuck on integrating gwt with JCrop or imgareaselect javascript libraries
I have an image, which url is changing each time the client change the file choosen from its filesystem (using an uploa...
1
Solved
I am having a small issue with setSelect and I cannot figure it out.
I have a code that looks like this:
jQuery('#cropbox1').Jcrop({
setSelect: [ 157,86,37,49 ],
aspectRatio: 151 / 200,
onC...
Wendolyn asked 7/4, 2011 at 1:58
© 2022 - 2024 — McMap. All rights reserved.