0
votes
2answers
25 views

jQuery Animated Crop

I got this code: <img id="img" src="img.png"/> <button onclick="crop();">Click me!</button> When the user clicks on the button I'd like to animate the cropping process of the ...
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 ...
1
vote
2answers
75 views

ImageAreaSelect: preselect biggest thumbnail posible respecting aspectRatio

This is how I first tried: $('#thumbnail').imgAreaSelect({ x1: 5, y1: 5, x2: $('#thumbnail').width(), y2: $('#thumbnail').width()*0.66, aspectRatio: '1:0.66' }); But some of ...
0
votes
3answers
72 views

Image Crop From URL

Hi I've been working with the iTunes API and what I've done is saved the data that's returned from the search into the database. I'm saving the iTunes image URL to my database and I'm wondering what ...
2
votes
5answers
202 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
115 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 ...
5
votes
2answers
457 views

Crop multiple images one at a time with JCrop and session in php

I have an image crop script that crops 1 image at a time using the Jquery Jcrop plugin. now i want to upload more images and crop them 1 by 1 using a for loop. How can i do this the best way? i set ...
0
votes
0answers
98 views

jQuery imgAreaSelect, how to clear form inputs on click?

I'm using imgAreaSelect with jQuery, which makes use of a few hidden input controls, such as x1, x2, y1, y2, w and h. The normal behavior of imgAreaSelect is that after making a selection, if ...
0
votes
1answer
241 views

Cropping image in jQuery and sending back with Ajax

I realize this is sort of an open ended question so my apologies if this shouldn't be asked here but I am brand new to ajax and having a hard time wrapping my head around what I am trying to do. This ...
1
vote
1answer
104 views

Jquery resizable issue where div contracts to have width and height of zero

I'm having a problem with jquery UI's resizable. I have looked around everywhere and cannot find someone with the same problem as me. Basically when I try to resize the div from any of the edges or ...
1
vote
1answer
211 views

PHP GD image resize and crop w/ jQuery

Just wanted to put a simple cropper for thumbnails on my site. The jQuery plug-in jCrop grabs the coordinates and sends them to the PHP just fine, I've tested it. The problem is when the PHP crops it, ...
1
vote
1answer
134 views

how to crop an image

I am using Jcrop to try crop and image and save it. http://deepliquid.com/content/Jcrop.html Out of the demos this is the one i am implementing: ...
1
vote
1answer
299 views

CSS clip property - is there an alternative for cropping images?

I have an image gallery and I want the thumbnails to be cropped at 150px x 150px. The images aren't square - they are rectangular and all different sizes, so I can't set the width and height to 150px ...
0
votes
1answer
593 views

JQuery JCrop Image MVC 4 Razor Fails

I am trying to implement the image crop feature for my MVC application. I am following this tutorial: ...
0
votes
2answers
181 views

Viable solution for cropping an image in a 'lightbox' that has dimensions larger than most desktop resolutions

I am using Lightview 3 to display an image within an iframe. This has a form that allows the user to zoom in and out of the image and submit the form to generate a thumbnail based on the image in view ...
0
votes
0answers
323 views

Cropping images - jQuery & PHP

I'm trying to use a existing script: http://tympanus.net/codrops/2009/11/04/jQuery-image-cropper-with-uploader-v1-1/ My main question is would this script handle race condition uploading? (Not ...
1
vote
1answer
686 views

Dynamically set selection of jcrop (not fixed selection)

I am working with a jcrop now I want to do something like here jQuery(function(){ jQuery(".image_container .a-center h2").html("Upload another picture") var api; ...
0
votes
0answers
236 views

Some issues in my upload image page (applying Crop)

I'm buikding an ASP.NET MVC 3 applucation, and what I want to achieve, is to have a page for uploading an image after doing Crop with jQuery and the plugin called imgAreaSelet. But I have some issues ...
2
votes
1answer
313 views

Geometry calculations of a crop\zoom tool in jquery

I'm writing a new crop\zoom tool in jQuery and I've hit a wall with simple geometry. Please take a look: http://jsfiddle.net/opherv/74Jep/33/ The way it works is this: the image to be cropped\zoomed ...
-1
votes
1answer
553 views

How to upload image with jQuery re-size and crop (jrac)

Help me please, I need to use jrac or some jQuery plugins then upload it using PHP. Using jrac I can only re-size and crop, I'm stuck in uploading.
-1
votes
1answer
1k views

Cropping a picture with jQuery [closed]

Can please someone explain to me or bring me on the way how to crop a picture with JavaScript / jQuery? I'm not looking for a plugin, I want to understand how it is done and use it. I also don't want ...
2
votes
1answer
520 views

Jquery crop plugin, don't know if something like this exists

Let's say i have an area e.g. 200px by 100px. And instead of selecting a crop inside that field, I want the field itself to be the crop area and I drag the image instead of the crop field. So you ...
0
votes
1answer
971 views

Jquery draggable - get image coordinates

I have a div containing an image that can be dragged around inside the div to get the coordinates for the cropping of the image. I was able to get the right coordinates but as soon as I dragged the ...
1
vote
1answer
97 views

How to determine where a drag event began relative to an object

I have a 100 x 100 px graphic of an upper right and lower left corner that I overlay an image with. These represent crop marks. I have a drag event bound to each that lets me drag these crop marks and ...
1
vote
1answer
513 views

Suggest a good image upload-and-crop tool

I'd like to know which up-and-crop tool you suggest to me. I tried couple of scripts like JCrop but I always get stack with some type of extensions like bmp. I either can't upload or I upload but ...
0
votes
1answer
623 views

How to crop large image in small form without trimming before crop?

Does someone knows the image-crop which correctly works with the 'dynamically changed in the CSS image size (I mean width and height)'? All image-crops works fine if there is original image size (for ...
2
votes
1answer
722 views

Ajax or jquery client side crop and resize library which sends the cropped file to server with http request

I am planning to use it for uploading user pictures and saving thumbnail copies. I am using php for handling files. My request is, please link me to some libraries or plug ins.
0
votes
1answer
583 views

What is the method to change the aspectRatio of JCrop?

How do I change the aspectRatio of the JCrop on the fly? Sorry for the simple question but the all the manual, the documentation and the discussions are on http://deepliquid.com which is dead from ...
-3
votes
1answer
183 views

jQuery : resizing elements [closed]

In Photoshop , when you want to crop the image , a box appears which help you set cropping area by dragging the corners of that box, I am looking for same plugin in jQuery to re-size elements in ...
2
votes
2answers
221 views

Find circle and point along circle?

I have the following image ontop of an image that is exactly 424x318 And it is wrapped in a div that is 444x338. And I have a "cropping tool" (the circle center piece) that is 185x185, BUT can ...
0
votes
1answer
2k views

jQuery resize ( drag n drop ) & crop

I've been working on a project for a while which involves the following ( this is the bit where I'm stuck ): I have to upload an image,with a non-flash uploader only ie: ...
0
votes
2answers
548 views

automatic cropping of images according to height width given in img tag

In my website on listing pages I have to show small thumbnail of images which are used in detailed pages and they are larger in size. SO to display thumbnail in listing i am scaling them with height ...
0
votes
0answers
887 views

PHP & Jquery image upload & crop with 2 cropping process

I'm trying to create an image upload, re-size and crop. The idea is when people select an image, the script than upload and re-size that image with max width=400px. After upload and re-size, the ...
8
votes
3answers
7k views

Image resize with Crop [closed]

I want to create a function that after an image upload, will allow a user to resize an image. But the image must be behind a crop frame and the user must be able to drag/move/resize the image behind ...
1
vote
1answer
2k views

Django app for image crop using a cropping tool

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 ...
1
vote
2answers
513 views

Select multiple areas in a picture

I need to achive something like this: As you can see, we have a base picture of a motherboard, and then 2 specifics areas of this pictures highlighted. On the left we have a component image, and ...
1
vote
3answers
2k views

PHP GD crop & scale image

I'm using jQuery's imgAreaSelect plugin in order to crop an image and save the thumbnail to use in cases where, for example, the ratio changes. Unfortunelly the results are far from what I would ...
0
votes
2answers
1k views

How to crop JPG and PNG with transparent background on JS / jQuery

I'm using a plugin named "jcrop", it's pretty nice, you can see it here: http://howhack.com/crop/demos/crop2.php The issue is this plugin do not support png with transparent backgrounds. Is there a ...
6
votes
7answers
3k views

How to crop an image using jquery ajax and php?

Hi I am doing an social networking project ,where i have an option to add/edit photos ,When user clicks the button the image will be uploaded to the database and it will be updated...but then when ...
0
votes
1answer
794 views

Pure CSS/JQuery Solution to center/crop different sized images in a set sized div box

I am working on a community website with thumbnails of slightly different sizes. I have a div box set at 165x165 pixels. Some full sized thumbnails images end up being 165 pixels, others 180, 192, ...
1
vote
1answer
289 views

Jquery image cropping problem - showing another part of image than selected

I've got a problem with this plugin http://odyniec.net/projects/imgareaselect/ I think that image describes it all. I've got selected whole image, but thumb shows only part of it. It does appear ...
3
votes
3answers
3k views

Resize image which uses Jcrop

I use the Jquery Jcrop for cropping my images. Now I'm implementing a slider for resizing the image. I want the cropping and resizing to happend on the same page. I do it like this: ...
-1
votes
2answers
1k views

how to crop a zoomed image using jquery

I have to make a customized avatar in which i need to zoom image and crop that using jquery i found many plugins for zooming and cropping separately but precisely none for both . the server side i use ...
4
votes
1answer
2k views

jQuery UI draggable - constrain inner element within parent when inner element is larger than parent

I am trying to achieve this effect with jQuery UI - very much like the way you crop an image on Facebook: http://blog.creonfx.com/examples/javascript/facebook-cropping-mootools.html Here is a very ...
0
votes
1answer
1k views

Image jQuery scroller in a container. (like facebook cropper) can't get values of position

Having a reallllll mind pain. I have a php image uploader which is all good and sotring the file and the jquery ajax is returning the image in an ammended html div with a div set up like this: ...
10
votes
6answers
25k views

JQuery JCrop - How to set a fixed size selection area?

I'm trying to figure out how to fixed the selection box size under JCrop, he mentions how to set an initial selection area but not how to make it fixed size. Does anybody knows how could I make it ...