Jcrop is the quick and easy way to add image cropping functionality to your web application. It combines the ease-of-use of a typical jQuery plugin with a powerful cross-platform DHTML cropping engine that is faithful to familiar desktop graphics applications.

learn more… | top users | synonyms

-3
votes
0answers
11 views

implement Jeasy UI + Jcrop? [closed]

I am trying to implement Jcrop into jQuery Easy UI, but I really don't know how to make it successfully. Can somebody show me an example or any tutorial?
0
votes
1answer
25 views

get original image size to crop and preview with canvas IE

Well, i made this question to show me some directions on working with crop and canvas. everything works fine in that time, because i was not supose to give support to internet explorer, but, now on, ...
0
votes
1answer
21 views

Rails: Having issues redirecting after cropping image with Jcrop & paperclip

I am trying to implement Jcrop for Paperclip and I am 99% done. I am able to crop the image and store it. The issue is that after the image is cropped and stored it again takes me to the Crop action ...
0
votes
0answers
37 views

Jcrop in Meteor: Can't stop dragging (if bootstrap package is added)

I want to allow the user to crop and image using Jcrop. I've installed the jquery-jcrop smart package, and patched it to include the css and gif files (see my pull request on that project). Now ...
0
votes
0answers
22 views

jcrop and imagecopyresampled crop image to all black on yii framework

Im using jcrop for the first time. Trying to go through the jcrop tutorial, im getting a black cropped image. This is the demo script from deepliquid with the appropriate yii changes. Here is my crop ...
0
votes
0answers
32 views

Jquery dialog is not opening with Jcrop

I am trying to implement jcrop with jquery dialog ui. I was unable to implement it with jquery dialog box so I did some research that what I was doing wrong and found out that someone else has faced ...
-2
votes
0answers
29 views

Jcrop is not working

I'm trying to crop an image before upload it to the server but it's not working at all. My html code is: <div class="controls"> <h3 class="step2"> Please select a ...
0
votes
1answer
24 views

Jcrop IE8 not work

I have a problem with jCrop. He funcuina in other browsers but not working in IE8. I can not find the problem. If it is a problem of image data or the image size that does not allow the crop. Can ...
0
votes
0answers
26 views

jcrop not showing properly in yii framework

Jcop is not working properly in Yii. In it basic demo form, here is my view file <?php Yii::app()->clientScript->registerScriptFile(Yii::app()->baseUrl.'/js/jquery.min.js'); ...
3
votes
2answers
64 views

Jcrop squashes image after loaded, applies wrong width

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; ...
0
votes
1answer
62 views

Rescale Large Images with JCrop

I'm using Jcrop to crop images. I've had a problem with large images overflowing my browser window and so I followed the advise on Jcrop's page and used the Box Sizing Method to scale large images to ...
0
votes
0answers
20 views

How to crop original image size in smaller tag than its size

I need crop image for example with jcrop plugin. I have php image upload script,i upload image (1600x1200) on server, and then I put it inside img tag(600x450). Now I use jcrop plugin, I need crop ...
2
votes
1answer
50 views

Is there a way to use JCrop to crop an area larger than the actual image?

From what I can tell, JCrop will not let me set things up so the user can crop outside the actual image and include surrounding whitespace. Is there a way to do that? To help explain what I mean, ...
0
votes
0answers
51 views

How do I get Jcrop to work with AjaxUpload?

I have read other questions about this problem on SO before and I tried to do the suggestions, but to no avail. Still doesn't work. I even tried to just get Jcrop to work on an img file coded into ...
3
votes
1answer
145 views

jCrop on resized images

I am setting max-width css property for images to display on the page. however this breaks the jCrop. On the left is what i selected. On the right is what is cropped after I crop it. I have used this ...
0
votes
1answer
47 views

Save image with all kind of extension

I am using jcrop in my Wordpress project. I was wondering how to save the image with its original extension. Like my code only works for jpg image. I am saving the cropped image to server. Here is my ...
2
votes
5answers
205 views

jcrop full width/height with ratio crop

We implemented Jcrop in our system and it works fine so far. But we found out one minor issue lately: Scenario Our website lets users upload their company's logo. Our aspect ratio requirement is ...
0
votes
1answer
123 views

Jcrop have problems with large size images

TRANSLATED by Google I'm running to achieve an upload form in php and jquery and say that everything is fine now except for one thing that I think is nonsense but still can not figure it out. Let me ...
0
votes
0answers
68 views

resize preview in jCrop

TRANSLATED by Google I'm running to achieve an upload form in php and jquery and say that everything is fine now except for one thing that I think is nonsense but still can not figure it out. Let me ...
0
votes
0answers
71 views

Why does version 0.9.12 of jCrop produce a small black box in the upper left corner of selection area?

I used the following script with jcrop and had no problems until I upgraded to version 0.9.12. Now, the selection area has a small black box in the upper left corner. When I make a selection, I am ...
0
votes
1answer
39 views

Change the shape of jcrop selection

I'm working with jcrop inside of BuddyPress and I was wondering how I could go about setting a different selection shape from a square to either a circle or hexagon with a set aspect ratio to meet the ...
0
votes
0answers
51 views

Jcrop Image Cropping where image Aspect ratio is 1

Currently my users can upload an image. They are then sent to a crop view page where they can crop the image. The crop seems to be working fine on all images except where the uploaded image already ...
0
votes
1answer
51 views

Saving thumb nail preview with JCrop, JQuery and asp.net

I've been dabbling with JCrop and I can get it working so far as uploading an image, selecting a region and then saving what I've selected to a cropped version of the original image. I can also get ...
0
votes
0answers
75 views

Jcrop Javascript Image Preview Distorting

I have been trying to implement Jcrop so that when a user uploads their image they are able to crop their image and see what this crop will look like in a preview. Everything is finally working fine ...
0
votes
1answer
78 views

How to upload pictures to jCrop?

I've used the codes I've found from here: http://deepliquid.com/projects/Jcrop/demos.php?demo=thumbnail, but there isn't an upload function. How do I add that? Like if I use this function how can I ...
0
votes
0answers
127 views

Uploading image to jCrop

I've been using the demo from http://deepliquid.com/projects/Jcrop/demos.php?demo=thumbnail to create a cropper but it doesn't have a function to upload a picture to it. Do anyone know how to do ...
0
votes
1answer
97 views

Jcrop + Canvas Transparent Image Issue On Crop

Currently we are using ONLY Javascript + jQuery on our project and we are trying to convert out final image from jCrop to a base64 to be passed to a third party service with the help of HTML canvas. ...
0
votes
1answer
43 views

Messing up Jcrop size

I'm using Jcrop in a project I'm building. The site allows users to upload a profile photo and crop it with an aspect ratio that fits where I'm displaying the photo, fx. forum posts, tagwall posts ...
0
votes
0answers
81 views

Combining Jquery thumbnail function with a function to flip the image live

What I am trying to do is to combine this http://deepliquid.com/projects/Jcrop/demos.php?demo=thumbnail Invocation Code: $(function(){ $('#jcrop_target').Jcrop({ onChange: showPreview, ...
0
votes
0answers
26 views

Integrating Zoom feature in JCrop

I am using jcrop as my tool in cropping image. However its lacking of zoom feature which is very important feature I guess. Have anyone tried to add zoom feature or modified the plugin? I really want ...
0
votes
0answers
157 views

Probelm with saving the cropped version images Carrierwave + jCrop

I am working on carrierwave + jcrop with rmagick to crop the images with the versions. The crop method is not executing such that to create the versioned images. Here is my code. class Pattern ...
0
votes
0answers
96 views

Jquery: Jcrop not working : Railscasts 182

I am using Railscasts 182 to crop the uploaded image. As per video i implemented this: As i am uploading image in profile page, my profile controller: def edit @profile = current_user.profile if ...
1
vote
0answers
83 views

Jcrop Rails, Devise and the Railscasts #182 revised

So i have a little "i'm stuck' moment again. Victim is a rails app with devise and want to implement Jcrop in it. I orientated myself on the Railscasts #182 revised, because it fits nearly ...
0
votes
0answers
37 views

Is it possible to crop a part of image with jcrop?

I want a part of the image become crop-able with jcrop by specifying X and Y co-ordinates. is it possible?
0
votes
2answers
128 views

Crop and show result with canvas

I'm trying to work with jCrop and canvas. Instead of sending the image to the server and back again with a cropped image, I'm trying to crop it directly, using canvas, because with the result, I ...
0
votes
0answers
204 views

Using Jcrop with Phonegap

In my Phonegap Android application, I am using Jcrop and camera plugin given by Phonegap. In this, user can choose an image from Gallery of the device and crop that image. Picking the image from ...
0
votes
1answer
86 views

Browser caching the image,after refreshing the src of <img /> with jQuery, Image not changes

Can we force an image to be changed after changing the new URL..? In my case... Am putting source of image when user puts the URL of any picture into text box.. OnBlur: Image Shows on the Browser.. ...
2
votes
1answer
134 views

Cropping an image with a preview using jcrop

I'm using jcrop and trying to make a "live" preview of the cropped area on an image. The movement of the selected area works perfectly if the "Crop Selection" area is the same height and width as the ...
0
votes
0answers
91 views

Fixed selection area and stop new selection in jcrop

i'm new in jQuery. and I'm trying to crop a picture using the jcrop plugin. Here is my current code: jQuery(document).ready(function () { var width = '<%=Session["imageWidth"]%>'; var ...
1
vote
1answer
54 views

Graphical glitch using JCrop

I'm having serious troubles implementing Jcrop. I'll show the code regarding Jcrop implementation: $("#crop-mini").Jcrop({ onChange : updatePositions, onSelect : updatePositions, ...
0
votes
1answer
269 views

Jcrop with set parameters

I use a submit form to send the name and size type of picture to a php file where i use jcrop on it.What i want is to use the "selection can be moved" option from tutorial nr5 of Jcrop (and disable ...
0
votes
0answers
40 views

jcrop conflict with zend dojo

My system is using secured Zend framework and has both jQuery and Dojo javascript framework enabled. Rest of the things are working fine, however some of the codes where the async call to another html ...
0
votes
1answer
155 views

How to use jCrop on a temporary image?

I have a form where you can choose a picture from your harddrive and when you've chosen the picture it shows instantly on the same page. I want to use this picture like in the thumbnail demo: ...
0
votes
1answer
245 views

how to fix this AngularJS JCrop directive?

I'm trying to use JCrop with AngularJS. I have the following directive that I need help to fix a bit: .directive('imgCropped', function() { return { restrict: 'E', replace: true, ...
0
votes
1answer
91 views

jCrop force cropping

Any idea how to force cropping, only if the image hasn't the correct size? I'm using the jQuery jCrop plugin. I need to force any image to be cropped, but if you click away from the cropping area, ...
1
vote
0answers
173 views

jcrop is not working properly with IE

I have used crop in my .net web application. All the browsers are pretty much fine with the code. However, IE shows weird behaviour. I have tried other posts but they are either not helpful or kind of ...
0
votes
1answer
99 views

Cropping images does not work properly, wrong sections are being stored

So this is the original picture including the rectangle, I want to create a cropped Image from And this is what I get after the cropping So it can be seen, that the new image has the right ...
1
vote
2answers
446 views

Image crop with AngularJS

I want to let the user crop an image, I found this JQuery plugin - http://deepliquid.com/content/Jcrop.html I tried to use it with Angular-ui's Jquery passthrough option, adding the ui-jq=Jcrop ...
0
votes
0answers
96 views

Phonegap and Jcrop

I would like to use Phonegap and Jcrop to take a picture, show it and allow the user to resize it. The phonegap script for camera works fine and Jcrop too but not when I merge them. Here is my code : ...
0
votes
1answer
60 views

I calculate an aspect ratio, but it should be updated when old value changes

I am using jCrop and I need a set aspect ratio. For example, if someone enters "2" to X textbox and "2" to Y textbox, the aspect ratio should be 1. However, if I change the values on textboxes (e.g ...

1 2 3 4 5