1
vote
2answers
77 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 ...
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 ...
1
vote
1answer
118 views

cropping tools for admin panel cms

Is there any tools (JS & PHP) that can crop image and upload and save it based on what of width and height that we specify? Most of them only tools for resize and not cropping of what inserted ...
2
votes
2answers
567 views

Crop Canvas / Export html5 canvas with certain width and height

There are hundreds of tutorials, how one can crop an image by drawImage() on a canvas. context.drawImage(imageObj, sourceX, sourceY, sourceWidth, sourceHeight, destX, destY, destWidth, destHeight); ...
0
votes
0answers
64 views

Removing image croping function javascript

I found a good javascript function to create a slideshow gallery in http://www.mudaimemo.com/p/gallery/ The js file is http://pastebin.com/NPANubFf The problem is that this script consume a lot of CPU ...
0
votes
1answer
120 views

how to modify jcrop to support blackberry trackpads?

I have reached out to the developer on this one and he indicated I'd be on my own modifying the code to support this method as the code as currently written was not very hack friendly...I have ...
1
vote
3answers
869 views

How can I crop an image using only Javascript?

Is there anyway I can crop an image using raw javascript? I want to be able to have a function that takes an image (html tag or source or whatever) with a certain width, height, offsetX and offsetY ...
0
votes
2answers
227 views

javascript crop canvas to content

How can I go about cropping a HTML canvas around only it's content? I am using strokeText to fill the canvas so it is difficult to compute the size of the content. Can I iterate over every pixel of ...
0
votes
3answers
245 views

Cropping an image with PHP or Javascript [closed]

I have an image called 'progressbar.png'. Is there a way that I could crop this image, with PHP or Javascript, each time the page loads the image will crop depending on the progress percentage and be ...
0
votes
1answer
38 views

How to have a Image Toolbar?

Actually I wish to do the Image Crop or Resize, etc with my picture from the program, For that I think I need a image toolbar for my project...If its correct kindly give me some ideas to learn the ...
-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 ...
1
vote
0answers
701 views

PageX and PageY with Javascript drag event

I have an browser app that puts a set of crop marks over an image. The crop marks are 100px x 100px and are black forming a corner in the upper right and lower left. The crop marks start at the upper ...
1
vote
5answers
2k views

Resize multiple images in a uniform size and maintains the ratio

I have multiple images width different sizes, and I want to resize them to fit in a box, and I want to maintain the ratio, and want the images to still look good. The is 400px by 400px. I have 8 ...
0
votes
0answers
66 views

How to let file name appear in text box of cropped files using Ajax Crop v0.5

http://keithics.com/blog/jquery/ajaxcrop-jquery-and-php-crop-tool I used the plug-in from this website. The text box shows the file names of the original image source. But it doesn't show the file ...
1
vote
1answer
743 views

Live image cropping with js+php

I'd like to have ability to resize pictures on my site. Algorythm: 1. You upload an image to site. (grey) 2. That image appears in orange part. 3. Red part - is a rechtangular, with help of which we ...
0
votes
1answer
591 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 ...
1
vote
2answers
1k views

Crop and rotate images with JS and PHP

Having been Googling for a tool for a few days, I have found nothing apart from Kroppr but there's no way I can commit to using a tool that can't be tested locally before deployment. All I need is ...
1
vote
2answers
514 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 ...
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 ...
0
votes
1answer
218 views

Wordpress Image Cropper JS Error

I'm getting the following error when attempting to use WP's image cropper to select thumbnail areas. Error: Image corrupt or truncated: http://www.mywordpress.com/wp-admin/admin-ajax.php? ...
0
votes
1answer
583 views

Image Cropping module

Does anyone know if there's a decent image crop module around for Drupal 7? I used http://drupal.org/project/imagefield_crop in Drupal 6 but it's still in beta (bugged) for Drupal 7. Also i tried ...
0
votes
1answer
795 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
293 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 ...
0
votes
2answers
153 views

Adding a cropper to a website?

Is it possible at all to create a feature on a website where you allow a user to select a portion of the web page, and that selected area is rendered as an image? Its similar to the "Cropper" desktop ...
3
votes
3answers
4k 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: ...
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 ...
1
vote
1answer
2k views

Full Bleed Image Resize Calculation

Hey Guys, I'm trying to write a JavaScript function that will expand an image to fill a div always (so crop top or sides as needed). It's the JavaScript equivalent of the CSS3 code background-size: ...
1
vote
1answer
763 views

Component to upload multiple images with client side crop

I'm looking a quick way to add an (multi) image unloader with client side crop to an ASP.NET MVC site and for some reason the search seems to be much more complicated than I thought :( upload image ...
0
votes
2answers
207 views

Crop first and last tag with javascript IF it's the same tag

I'm trying to delete tags from string: "<p>string</p>" must be converted to "string" I found solution for simply cropping first and last tags or all tags and then ...
0
votes
2answers
756 views

how to crop an image to a certain shape using javascript

is there a way to crop an image to a certain shape using javascript ?
1
vote
1answer
2k views

Javascript Detect Screen Resolution, change css, crop images accordingly

So I know how to change the css depending on the resolution via javascript. How would one go about 'cropping' an image depending on the screen resolution?
4
votes
4answers
7k views

Copy and crop images in Javascript

I'm trying to create a small 2D game in Javascript/Canvas which consists of several animated sprites. I'd like to cut down on the number of HTTP requests, so I combined each frame of animation (32px ...
0
votes
5answers
810 views

how to crop html page, not image

I need to select a part of html page and get coordinates of selection, not image - i want to realize this like image cropping (square selection area), how can i do it? in more detail i want next: in ...
0
votes
4answers
142 views

An image cropper: How to prevent the default drag n' drop action?

I am developing an image cropper and would like to ask you the following question: In order to prevent the default drag n' drop action when you press the left button on an image and keeping it pressed ...
14
votes
11answers
16k views

Whats the algorithm to calculate aspect ratio? I need an output like: 4:3, 16:9

I plan to use it with javascript to crop an image to fit the entire window. I appreciate all help you can provide. Edit: I'll be using a 3rd part component that only accepts the aspect ratio in the ...
3
votes
2answers
4k views

JavaScript drag and drop photo resizer cropper

I have an image of arbitrary size on the page. As an output I need an image of a fixed size, say 90x120px. I would like the user to chose the area of the image by drag-and-dropping the big image ...