{"id":1502,"url":"https://github.com/makomori/Sharaku","last_synced_at":"2025-08-06T13:32:46.918Z","repository":{"id":43642531,"uuid":"77963842","full_name":"makomori/Sharaku","owner":"makomori","description":"（Not maintained）Image filtering UI library like Instagram.","archived":false,"fork":false,"pushed_at":"2021-01-18T18:53:28.000Z","size":11417,"stargazers_count":1513,"open_issues_count":12,"forks_count":151,"subscribers_count":37,"default_branch":"master","last_synced_at":"2024-12-01T03:05:12.428Z","etag":null,"topics":["cocoapods","instagram","ios","swift","swift-3","swift-library"],"latest_commit_sha":null,"homepage":"","language":"Swift","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/makomori.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":null},"created_at":"2017-01-04T00:02:53.000Z","updated_at":"2024-11-19T08:11:20.000Z","dependencies_parsed_at":"2022-09-12T04:20:14.599Z","dependency_job_id":null,"html_url":"https://github.com/makomori/Sharaku","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makomori%2FSharaku","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makomori%2FSharaku/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makomori%2FSharaku/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/makomori%2FSharaku/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/makomori","download_url":"https://codeload.github.com/makomori/Sharaku/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":228686176,"owners_count":17957032,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["cocoapods","instagram","ios","swift","swift-3","swift-library"],"created_at":"2024-01-05T20:15:47.964Z","updated_at":"2024-12-09T14:31:04.452Z","avatar_url":"https://github.com/makomori.png","language":"Swift","funding_links":[],"categories":["Media","Libs","Images [🔝](#readme)"],"sub_categories":["Image","Images","Other free courses"],"readme":"![sharaku_header](https://github.com/makomori/Sharaku/blob/master/sharaku_header.png)\n\n# Sharaku\n\n[![Version](https://img.shields.io/cocoapods/v/Sharaku.svg?style=flat)](http://cocoapods.org/pods/Sharaku)\n[![License](https://img.shields.io/cocoapods/l/Sharaku.svg?style=flat)](http://cocoapods.org/pods/Sharaku)\n[![Platform](https://img.shields.io/cocoapods/p/Sharaku.svg?style=flat)](http://cocoapods.org/pods/Sharaku)\n\n## Usage\n### How to present SHViewController\n``` Swift\nlet imageToBeFiltered = UIImage(named: \"targetImage\")\nlet vc = SHViewController(image: imageToBeFiltered)\nvc.delegate = self\nself.present(vc, animated:true, completion: nil)\n```\n\n### SHViewControllerDelegate methods\n``` Swift\nextension ViewController: SHViewControllerDelegate {\n    func shViewControllerImageDidFilter(image: UIImage) {\n      // Filtered image will be returned here.\n    }\n\n    func shViewControllerDidCancel() {\n      // This will be called when you cancel filtering the image.\n    }\n}\n```\n\n## Example\n\nTo run the example project, clone the repo, and run `pod install` from the Example directory first.\n\n## Demo video\n![Sharaku animation](https://github.com/makomori/Sharaku/blob/master/sharaku_animation.gif)\n\n## Requirements\n- Swift3\n- iOS 8.3+\n\n## Installation\n\nSharaku is available through [CocoaPods](http://cocoapods.org). To install\nit, simply add the following line to your Podfile:\n\n```ruby\npod \"Sharaku\"\n```\n### Install manually\nIt requires a few things. Please follow the [steps](https://github.com/makomori/Sharaku/wiki/manual_install).\n\n## Contribution\nCreating new issues for bug report, feature request and pull request is always welcome! Please feel free to contribute to Sharaku!\n\n## Author\n\nmakomori, makomori26@gmail.com, Twitter: [@makomori26](https://twitter.com/makomori26)\n\n## License\n\nSharaku is available under the MIT license. See the LICENSE file for more info.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakomori%2FSharaku","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmakomori%2FSharaku","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmakomori%2FSharaku/lists"}