1094
|
1 Jcrop Image Cropping Plugin
|
|
2 ===========================
|
|
3
|
|
4 Jcrop is the quick and easy way to add image cropping functionality to
|
|
5 your web application. It combines the ease-of-use of a typical jQuery
|
|
6 plugin with a powerful cross-platform DHTML cropping engine that is
|
|
7 faithful to familiar desktop graphics applications.
|
|
8
|
|
9 Cross-platform Compatibility
|
|
10 ----------------------------
|
|
11
|
|
12 * Firefox 2+
|
|
13 * Safari 3+
|
|
14 * Opera 9.5+
|
|
15 * Google Chrome 0.2+
|
|
16 * Internet Explorer 6+
|
|
17
|
|
18 Feature Overview
|
|
19 ----------------
|
|
20
|
|
21 * Attaches unobtrusively to any image
|
|
22 * Supports aspect ratio locking
|
|
23 * Supports minSize/maxSize setting
|
|
24 * Callbacks for selection done, or while moving
|
|
25 * Keyboard support for nudging selection
|
|
26 * API features to create interactivity, including animation
|
|
27 * Support for CSS styling
|
|
28 * Experimental touch-screen support (iOS, Android, etc)
|
|
29
|
|
30 Contributors
|
|
31 ============
|
|
32
|
|
33 **Special thanks to the following contributors:**
|
|
34
|
|
35 * [Bruno Agutoli](mailto:brunotla1@gmail.com)
|
|
36 * dhorrigan
|
|
37 * Phil-B
|
|
38 * jaymecd
|
|
39 * all others who have committed their time and effort to help improve Jcrop
|
|
40
|
|
41 MIT License
|
|
42 ===========
|
|
43
|
|
44 **Jcrop is free software under MIT License.**
|
|
45
|
|
46 #### Copyright (c) 2008-2012 Tapmodo Interactive LLC,<br />http://github.com/tapmodo/Jcrop
|
|
47
|
|
48 Permission is hereby granted, free of charge, to any person obtaining
|
|
49 a copy of this software and associated documentation files (the
|
|
50 "Software"), to deal in the Software without restriction, including
|
|
51 without limitation the rights to use, copy, modify, merge, publish,
|
|
52 distribute, sublicense, and/or sell copies of the Software, and to
|
|
53 permit persons to whom the Software is furnished to do so, subject to
|
|
54 the following conditions:
|
|
55
|
|
56 The above copyright notice and this permission notice shall be
|
|
57 included in all copies or substantial portions of the Software.
|
|
58
|
|
59 THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
|
|
60 EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
|
61 MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
|
|
62 NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
|
|
63 LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
|
|
64 OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
|
|
65 WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
|
66
|