Popularity
7.8
Stable
Activity
0.0
Stable
1,512
37
154

Code Quality Rank: L5
Programming language: Swift
License: MIT License
Tags: Media     Image    
Latest version: v1.0.2

Sharaku alternatives and similar libraries

Based on the "Image" category.
Alternatively, view Sharaku alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of Sharaku or a related project?

Add another 'Image' Library

README

sharaku_header

Sharaku

Version License Platform

Usage

How to present SHViewController

let imageToBeFiltered = UIImage(named: "targetImage")
let vc = SHViewController(image: imageToBeFiltered)
vc.delegate = self
self.present(vc, animated:true, completion: nil)

SHViewControllerDelegate methods

extension ViewController: SHViewControllerDelegate {
    func shViewControllerImageDidFilter(image: UIImage) {
      // Filtered image will be returned here.
    }

    func shViewControllerDidCancel() {
      // This will be called when you cancel filtering the image.
    }
}

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Demo video

Sharaku animation

Requirements

  • Swift3
  • iOS 8.3+

Installation

Sharaku is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "Sharaku"

Install manually

It requires a few things. Please follow the steps.

Contribution

Creating new issues for bug report, feature request and pull request is always welcome! Please feel free to contribute to Sharaku!

Author

makomori, [email protected], Twitter: @makomori26

License

Sharaku is available under the MIT license. See the LICENSE file for more info.


*Note that all licence references and agreements mentioned in the Sharaku README section above are relevant to that project's source code only.