{"id":13399992,"url":"https://github.com/mukeshsolanki/photofilter","last_synced_at":"2025-04-05T17:04:30.545Z","repository":{"id":40063965,"uuid":"61812387","full_name":"mukeshsolanki/photofilter","owner":"mukeshsolanki","description":"A simple easy to use library that lets you edit pictures on the fly with easy. Photo filter lets you apply a large number of filters all while maintaining maximum image quality. Supports Android 2.3 and higher.","archived":false,"fork":false,"pushed_at":"2020-09-13T12:48:45.000Z","size":12435,"stargazers_count":468,"open_issues_count":2,"forks_count":99,"subscribers_count":29,"default_branch":"master","last_synced_at":"2024-07-31T19:23:15.756Z","etag":null,"topics":["android","edit-pictures","filter","gradle","photo-filter"],"latest_commit_sha":null,"homepage":"","language":"Kotlin","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/mukeshsolanki.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"patreon":"mukeshsolanki","custom":"https://www.paypal.me/mukeshsolanki"}},"created_at":"2016-06-23T14:38:59.000Z","updated_at":"2024-07-16T16:16:30.000Z","dependencies_parsed_at":"2022-06-26T12:32:37.277Z","dependency_job_id":null,"html_url":"https://github.com/mukeshsolanki/photofilter","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukeshsolanki%2Fphotofilter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukeshsolanki%2Fphotofilter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukeshsolanki%2Fphotofilter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mukeshsolanki%2Fphotofilter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mukeshsolanki","download_url":"https://codeload.github.com/mukeshsolanki/photofilter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247369953,"owners_count":20927928,"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":["android","edit-pictures","filter","gradle","photo-filter"],"created_at":"2024-07-30T19:00:46.216Z","updated_at":"2025-04-05T17:04:30.513Z","avatar_url":"https://github.com/mukeshsolanki.png","language":"Kotlin","funding_links":["https://patreon.com/mukeshsolanki","https://www.paypal.me/mukeshsolanki","https://www.patreon.com/mukeshsolanki","https://www.patreon.com/bePatron?c=935498"],"categories":["Image Processing"],"sub_categories":[],"readme":"\u003ch1 align=\"center\"\u003ePhoto Filter for Android\u003c/h1\u003e\n\u003cp align=\"center\"\u003e\n  \u003ca class=\"badge-align\" href=\"https://www.codacy.com/app/mukeshsolanki/photofilter?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=mukeshsolanki/photofilter\u0026amp;utm_campaign=Badge_Grade\"\u003e\u003cimg src=\"https://api.codacy.com/project/badge/Grade/a4df9fd87fec408f9fe52641016205ae\"/\u003e\u003c/a\u003e\n  \u003ca href=\"https://jitpack.io/#mukeshsolanki/photofilter\"\u003e \u003cimg src=\"https://jitpack.io/v/mukeshsolanki/photofilter/month.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://jitpack.io/#mukeshsolanki/photofilter\"\u003e \u003cimg src=\"https://jitpack.io/v/mukeshsolanki/photofilter.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/mukeshsolanki/photofilter/actions\"\u003e \u003cimg src=\"https://github.com/mukeshsolanki/photofilter/workflows/Build/badge.svg\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\"\u003e\u003cimg src=\"https://img.shields.io/badge/License-MIT-blue.svg\"/\u003e\u003c/a\u003e\n\u003c/p\u003e\n\n# Support Photo Filter for Android\n\nA simple easy to use library that lets you edit pictures on the fly with easy. Photo filter lets you apply a large number of filters all while maintaining maximum image quality. Supports Android 2.3 and higher. Photo filter is an independent project with ongoing development and support made possible thanks to donations made by [these awesome backers](BACKERS.md#sponsors). If you'd like to join them, please consider:\n\n- [Become a backer or sponsor on Patreon](https://www.patreon.com/mukeshsolanki).\n- [One-time donation via PayPal](https://www.paypal.me/mukeshsolanki)\n\n\u003ca href=\"https://www.patreon.com/bePatron?c=935498\" alt=\"Become a Patron\"\u003e\u003cimg src=\"https://c5.patreon.com/external/logo/become_a_patron_button.png\" /\u003e\u003c/a\u003e\n\n## How to integrate into your app?\nIntegrating the library into you app is extremely easy. A few changes in the build gradle and your all ready to use the library. Make the following changes.\n\nStep 1. Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories:\n\n```java\nallprojects {\n  repositories {\n    ...\n    maven { url \"https://jitpack.io\" }\n  }\n}\n```\nStep 2. Add the dependency\n```java\ndependencies {\n        implementation 'com.github.mukeshsolanki:photofilter:\u003clatest-version\u003e'\n}\n```\n\n## How to use the library?\nOkay seems like you integrated the library in your project but **how do you use it**? Well its really easy just follow the steps below.\n\n```\n private var photoFilter = PhotoFilter(effectView, object: OnProcessingCompletionListener{\n  override fun onProcessingComplete(bitmap: Bitmap) {\n   // Do anything with the bitmap save it or add another effect to it\n  }\n })\n\n photoFilter?.applyEffect(bitmap, AutoFix())\n```\n\nThat's pretty much it and your all wrapped up.\n\n## Supported Filters\n* AutoFix\n* Brightness\n* Contrast\n* CrossProcess\n* Documentary\n* DuoTone\n* Fill-Light\n* FishEye\n* Flip Horizontally\n* Flip Vertically\n* Grain\n* Grayscale\n* Highlight\n* Lomoish\n* Negative\n* None\n* Posterize\n* Rotate\n* Saturate\n* Sepia\n* Sharpen\n* Temperature\n* Tint\n* Vignette\n\n## Screenshots\n### Original\n\u003cimg src=\"https://raw.githubusercontent.com/mukeshsolanki/photofilter/master/screen-shot-1.jpg\" height=\"480\" width=\"270\"/\u003e\n\n### Result\n\u003cimg src=\"https://raw.githubusercontent.com/mukeshsolanki/photofilter/master/screen-shot-2.jpg\" height=\"480\" width=\"270\"/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/mukeshsolanki/photofilter/master/screen-shot-3.jpg\" height=\"480\" width=\"270\"/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/mukeshsolanki/photofilter/master/screen-shot-4.jpg\" height=\"480\" width=\"270\"/\u003e\n\u003cimg src=\"https://raw.githubusercontent.com/mukeshsolanki/photofilter/master/screen-shot-5.jpg\" height=\"480\" width=\"270\"/\u003e\n\n## Author\nMaintained by [Mukesh Solanki](https://www.github.com/mukeshsolanki)\n\n## Contribution\n[![GitHub contributors](https://img.shields.io/github/contributors/mukeshsolanki/photofilter.svg)](https://github.com/mukeshsolanki/photofilter/graphs/contributors)\n\n* Bug reports and pull requests are welcome.\n* Make sure you use [square/java-code-styles](https://github.com/square/java-code-styles) to format your code.\n\n## License\n```\nCopyright (c) 2018 Mukesh Solanki\n\nPermission is hereby granted, free of charge, to any person obtaining a copy\nof this software and associated documentation files (the \"Software\"), to deal\nin the Software without restriction, including without limitation the rights\nto use, copy, modify, merge, publish, distribute, sublicense, and/or sell\ncopies of the Software, and to permit persons to whom the Software is\nfurnished to do so, subject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\nFITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\nAUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\nLIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\nOUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE\nSOFTWARE.\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukeshsolanki%2Fphotofilter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmukeshsolanki%2Fphotofilter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmukeshsolanki%2Fphotofilter/lists"}