Questions tagged [jcrop]

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.

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.

Resources

Feature Overview

  • Attaches unobtrusively to any image
  • Supports aspect ratio locking
  • Supports minSize/maxSize setting
  • Callbacks for selection done, or while moving
  • Keyboard support for nudging selection
  • API features to create interactivity, including animation
  • Support for CSS styling
  • New: Experimental touch support (iOS, Android, etc)

Cross-platform Compatibility

  • Firefox 2+
  • Safari 3+
  • Opera 9.5+
  • Google Chrome 0.2+
  • Internet Explorer 6+

Documentation Archive

Jcrop is free software released under MIT License.

547 questions
-1
votes
2 answers

Reference error function javascript

I have the following javascript: $(document).ready(function () { // convert bytes into friendly format function bytesToSize(bytes) { var sizes = ['Bytes', 'KB', 'MB']; if (bytes == 0) return 'n/a'; …
Bryan
  • 3,421
  • 8
  • 37
  • 77
-1
votes
1 answer

When Jcrop handle more than one image, the size is incorrect

1, 2, Question:When do we change images dynamically ? Answer: When user asynchronously upload images, such as using ajaxfileupload.js. when a user upload one image, and want to upload another one. If he uses Jcrop, the later images are all shown…
Timothy.Li
  • 1,011
  • 9
  • 10
-1
votes
1 answer

Which is the better way to manipulate an image, using gd lib or using the FileReader() with Jcrop?

I am trying to resize and crop an image on a php page. I either want to use gd lib or jcrop with FileReader(). Which would be a better wat to go. what are the pros/cons ?
Skeletor
  • 3,201
  • 4
  • 30
  • 51
-1
votes
1 answer

Uncaught TypeError: Cannot read property 'ui' of undefined. JQuery JCrop issue when selecting croparea

i'm using JCrop and are having a very annoying moment where i just cannot get this ui undefined thing out of this world :( I have done exactly the same as this fiddle example here, and this one.. works like a charm.... Here is the order i'm loading…
Terje Nygård
  • 1,233
  • 6
  • 25
  • 48
-1
votes
2 answers

crop canvas html5 to image as base64 on client side without server-side code

I have an image source like http://socialtalent.co/wp-content/uploads/blog-content/so-logo.png and no FileReader object. I need to crop this image from different domain using client-side JavaScript only. When I am trying to get source from canvas…
stryker
  • 149
  • 1
  • 16
-1
votes
1 answer

Cropping pictures with jcrop

I want to do the exact same thing as this page: http://deepliquid.com/projects/Jcrop/demos/crop.php However, I didn't find the code anywhere! Any idea how I can do it? Is there an other method than Jcrop? Thanks!
freddy
  • 159
  • 1
  • 4
  • 23
-3
votes
1 answer

How to ratio 2:1 in jCrop?

jCrop ratio is limited? If width 2px, height 2px. I want to aspect ratio 2:1. How can I edit jCrop?
1 2 3
36
37