All Projects → Thanatos-L → LyEditImageView

Thanatos-L / LyEditImageView

Licence: other
iOS Image Editor View

Programming Languages

swift
15916 projects

Projects that are alternatives of or similar to LyEditImageView

Vuejs Clipper
Vue.js image clipping components using Vue-Rx.
Stars: ✭ 161 (+705%)
Mutual labels:  crop-image
React Image Crop
A responsive image cropping tool for React
Stars: ✭ 2,924 (+14520%)
Mutual labels:  crop-image
react-drop-n-crop
An opinionated implementation of react-dropzone and react-cropper
Stars: ✭ 17 (-15%)
Mutual labels:  crop-image
Smartcrop.py
smartcrop implementation in Python
Stars: ✭ 178 (+790%)
Mutual labels:  crop-image
Igrphototweaks
Drag, Rotate, Scale and Crop
Stars: ✭ 212 (+960%)
Mutual labels:  crop-image
SSImagePicker
Easy to use and configurable library to Pick an image from the Gallery or Capture an image using a Camera... 📸
Stars: ✭ 227 (+1035%)
Mutual labels:  crop-image
Krop
Small widget for image cropping in Instagram-like style
Stars: ✭ 107 (+435%)
Mutual labels:  crop-image
AnyImageKit
A toolbox for pick/edit/capture photo or video. Written in Swift.
Stars: ✭ 580 (+2800%)
Mutual labels:  crop-image
Vue Croppie
Vue wrapper for croppie
Stars: ✭ 228 (+1040%)
Mutual labels:  crop-image
capella
Cloud service for image storage and delivery
Stars: ✭ 116 (+480%)
Mutual labels:  crop-image
Faimagecropper
Image Cropper like Instagram
Stars: ✭ 188 (+840%)
Mutual labels:  crop-image
Croppie
A Javascript Image Cropper
Stars: ✭ 2,330 (+11550%)
Mutual labels:  crop-image
cropimg
Another cropping jQuery plugin
Stars: ✭ 30 (+50%)
Mutual labels:  crop-image
Zimagecropper
A Swift 5 repo to crop image in any shape.
Stars: ✭ 174 (+770%)
Mutual labels:  crop-image
vue-crop
[举个例子]https://codesandbox.io/s/910ro8ym9r [演示链接(戳我直达)]http://www.wwwwxy.top/html/blg/
Stars: ✭ 38 (+90%)
Mutual labels:  crop-image
Edge detection
This is a flutter plugin to detect edges in a live camera, take the picture of detected edges object, crop it, and save.
Stars: ✭ 116 (+480%)
Mutual labels:  crop-image
react-simple-crop
✂️ A React component library for cropping and previewing images
Stars: ✭ 19 (-5%)
Mutual labels:  crop-image
PhotoSelectAndCrop
This package integrates a UIImagePickerController into a SwiftUI app. Obtain 1) a copy of the original image, 2) a scaled and / or cropped version of it, 3) a CGFloat and 4) CGPoint. The CGFloat and CGPoint represent the scale and position of the original image used to make the processed version.
Stars: ✭ 57 (+185%)
Mutual labels:  crop-image
xcrop
Mobile image cropping component - Vue React 移动端裁剪组件
Stars: ✭ 27 (+35%)
Mutual labels:  crop-image
react-image-crop
A responsive image cropping tool for React
Stars: ✭ 3,312 (+16460%)
Mutual labels:  crop-image

LyEditImageView

An view for zoom, pan, rotate and crop image built by swift in single file.

Preview

Pan Crop View Zoom, Rotate and Crop Image

Quick Start

To add a LyEditImageView in your viewController:

let editView = LyEditImageView(frame: frame)
let image = yourimage
editView.initWithImage(image: yourimage)
self.yourview.addSubview(editView)

Then get the cropped image:

let croppedImage = editView.getCroppedImage()

For Who can speak Mandarin

iOS - 图片的平移,缩放,旋转和裁剪

License

LyEditImageView is released under the MIT License.

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].