FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

AnyImageKit/AnyImageEditor: A morden image editor in Swift, support draw, input text, crop and mosaic. · GitHub

This repository was archived by the owner on Nov 15, 2019. It is now read-only.
/ AnyImageEditor Public archive

Repository files navigation

AnyImageEditor is archived. Please use AnyImageKit instead.

AnyImageEditor is an image editor which support for drawing, crop and mosaic. It's written in Swift.

中文说明

Features

  • Draw
  • Emoji
  • Input text
  • Crop
  • Mosaic
  • Multiple platform support
    • iOS
    • iPadOS
    • Mac Catalyst
    • macOS
    • tvOS

Requirements

  • iOS 10.0+
  • Xcode 11.0+
  • Swift 5.0+

Usage

Quick Start

import AnyImageEditor

let image = UIImage(named: "test-image")!
let controller = ImageEditorController(image: image, delegate: self)
controller.modalPresentationStyle = .fullScreen
present(controller, animated: true, completion: nil)

/// ImageEditorPhotoDelegate
func imageEditorDidFinishEdit(photo: UIImage) {
  // Your code
}

License

AnyImageEditor is released under the MIT license. See LICENSE for details.

About

A morden image editor in Swift, support draw, input text, crop and mosaic.

Resources

Stars

6 stars

Watchers

2 watching

Forks

Releases

Packages

Used by

Contributors

Languages


Back | FazBrowse Home | New Git URL