All Projects → requtize → cropimg

requtize / cropimg

Licence: MIT license
Another cropping jQuery plugin

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects
PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to cropimg

pikaso
Seamless and headless HTML5 Canvas library
Stars: ✭ 23 (-23.33%)
Mutual labels:  cropper, crop-image
Cropme
Extremely Smooth and Easy Cropping library for you
Stars: ✭ 306 (+920%)
Mutual labels:  cropper, crop-image
xcrop
Mobile image cropping component - Vue React 移动端裁剪组件
Stars: ✭ 27 (-10%)
Mutual labels:  cropper, crop-image
react-drop-n-crop
An opinionated implementation of react-dropzone and react-cropper
Stars: ✭ 17 (-43.33%)
Mutual labels:  cropper, crop-image
Krop
Small widget for image cropping in Instagram-like style
Stars: ✭ 107 (+256.67%)
Mutual labels:  cropper, crop-image
Tocropviewcontroller
A view controller for iOS that allows users to crop portions of UIImage objects
Stars: ✭ 4,210 (+13933.33%)
Mutual labels:  cropper, crop-image
React Cropper
react cropper
Stars: ✭ 13 (-56.67%)
Mutual labels:  cropper, crop-image
React Cropper
Cropperjs as React component
Stars: ✭ 1,600 (+5233.33%)
Mutual labels:  cropper, crop-image
Cropiwa
📐 Configurable Custom Crop widget for Android
Stars: ✭ 2,185 (+7183.33%)
Mutual labels:  cropper, crop-image
Croppy
Image Cropping Library for Android
Stars: ✭ 906 (+2920%)
Mutual labels:  cropper, crop-image
react-simple-crop
✂️ A React component library for cropping and previewing images
Stars: ✭ 19 (-36.67%)
Mutual labels:  cropper, crop-image
Faimagecropper
Image Cropper like Instagram
Stars: ✭ 188 (+526.67%)
Mutual labels:  cropper, crop-image
Angular Cropperjs
CropperJS integration for Angular +6
Stars: ✭ 88 (+193.33%)
Mutual labels:  cropper
We Cropper
微信小程序图片裁剪工具
Stars: ✭ 1,972 (+6473.33%)
Mutual labels:  cropper
React Native Amazing Cropper
Image cropper for react native using Animated API
Stars: ✭ 67 (+123.33%)
Mutual labels:  cropper
Cropper
⚠️ [Deprecated] No longer maintained, please use https://github.com/fengyuanchen/jquery-cropper
Stars: ✭ 7,825 (+25983.33%)
Mutual labels:  cropper
Welcropper
welCropper 微信小程序截图工具
Stars: ✭ 236 (+686.67%)
Mutual labels:  cropper
D2 Crud Plus
面向配置的crud框架,基于d2-admin的d2-crud,简化d2-crud配置,快速开发crud功能;支持远程数据字典,国际手机号校验,alioss、腾讯云cos、七牛云文件上传、头像裁剪,省市区选择,权限管理,代码生成
Stars: ✭ 154 (+413.33%)
Mutual labels:  cropper
Cropper dropzone
Using croppper.js with dropzone.js lib
Stars: ✭ 13 (-56.67%)
Mutual labels:  cropper
Vue Croppa
A simple straightforward customizable mobile-friendly image cropper for Vue 2.0.
Stars: ✭ 942 (+3040%)
Mutual labels:  cropper

#cropimg

Another cropping jQuery plugin

How to use?

$(function(){
  $('img.my-image').cropimg({
    resultWidth:400,
    resultHeight:200,
    inputPrefix:'ci-'
  });
});

Try IT!

http://requtize.github.io/cropimg/

For downloads, see: https://github.com/requtize/cropimg/releases/

Required

What you need, to work with cropimg?

  • jQuery 1.9+

License

This code is licensed under MIT License.

Thanks

Thank you, for create pull requests and develop this plugin.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].