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.

66 lines
2.2 KiB

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