几个jQuery的图片裁剪插件

Image Upload and Auto Crop

采用jQ和PHP开发的图片裁剪+上传工具,功能比较简单,所以使用起来也不复杂。

主页:点击这里

Demo:点击这里

下载(v1.2):点击这里

Jcrop

Jcrop是一个跨浏览器的jQuery图片剪切插件,主要特性有:

  • 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

主页:点击这里

Demo:点击这里

下载:点击这里

imgAreaSelect

这个插件是目前比较常见的cooper插件,功能也很齐全:

  • 自定义选择框的CSS样式
  • 键盘快捷键
  • 支持添加事件回调
  • 锁定长宽比

具体的使用可以看这篇文章:imgAreaSelect使用详解 ,当然最好还是去官方网站看demo。

主页:点击这里

Demo:点击这里

下载(v0.7):点击这里

你可能感兴趣的:(几个jQuery的图片裁剪插件)