You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

README.md 2.7 KiB

4 years ago
12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667
  1. Jcrop Image Cropping Plugin
  2. ===========================
  3. Jcrop is the quick and easy way to add image cropping functionality to
  4. your web application. It combines the ease-of-use of a typical jQuery
  5. plugin with a powerful cross-platform DHTML cropping engine that is
  6. faithful to familiar desktop graphics applications.
  7. ### Feature Overview
  8. * Attaches unobtrusively to any image or block element
  9. * Completely based on true prototypical Javascript objects for extreme flexibility
  10. * Supports multiple active selections, per-selection customization
  11. * Supports aspect ratio locking, minimum/maximum size, and other features
  12. * Acts as in-line form element, can receive focus, tab through
  13. * Keyboard support for nuding selections and trapping other keys
  14. * Inherently API-driven and stylable with CSS
  15. * Mobile touch support for iOS and Android
  16. ### Cross-platform Compatibility
  17. The current version of Jcrop has been cross-platform tested and core functionality
  18. works in all the following browsers:
  19. * Firefox 3+
  20. * Safari 4+
  21. * Opera 9.5+
  22. * Google Chrome 14+
  23. * Internet Explorer 7+
  24. Older versions of some browsers may also work.
  25. Always thoroughly test any desired functionality on all target platforms and devices.
  26. ##### Legacy IE Compatibility
  27. Internet Explorer 6 suffers some visual problems with the new CSS structure
  28. and will not be explicitly supported from v2.x and up. Currently Jcrop can still
  29. be used in IE6, it just looks ugly. IE7 and newer versions deliver a nearly flawless
  30. Jcrop experience.
  31. -------------
  32. ## MIT License
  33. **Jcrop is free software under MIT License.**
  34. #### Copyright (c) 2008-2015 Tapmodo Interactive LLC,<br />http://github.com/tapmodo/Jcrop
  35. Permission is hereby granted, free of charge, to any person obtaining
  36. a copy of this software and associated documentation files (the
  37. "Software"), to deal in the Software without restriction, including
  38. without limitation the rights to use, copy, modify, merge, publish,
  39. distribute, sublicense, and/or sell copies of the Software, and to
  40. permit persons to whom the Software is furnished to do so, subject to
  41. the following conditions:
  42. The above copyright notice and this permission notice shall be
  43. included in all copies or substantial portions of the Software.
  44. THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
  45. EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
  46. MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
  47. NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE
  48. LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION
  49. OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION
  50. WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.