在线时间:8:00-16:00
迪恩网络APP
随时随地掌握行业动态
扫描二维码
关注迪恩网络微信公众号
开源软件名称(OpenSource Name):mukeshsolanki/photofilter开源软件地址(OpenSource Url):https://github.com/mukeshsolanki/photofilter开源编程语言(OpenSource Language):Kotlin 100.0%开源软件介绍(OpenSource Introduction):Photo Filter for AndroidSupport Photo Filter for AndroidA 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. If you'd like to join them, please consider: How to integrate into your app?Integrating 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. Step 1. Add the JitPack repository to your build file. Add it in your root build.gradle at the end of repositories: allprojects {
repositories {
...
maven { url "https://jitpack.io" }
}
} Step 2. Add the dependency dependencies {
implementation 'com.github.mukeshsolanki:photofilter:<latest-version>'
} How to use the library?Okay seems like you integrated the library in your project but how do you use it? Well its really easy just follow the steps below.
That's pretty much it and your all wrapped up. Supported Filters
ScreenshotsOriginalResultAuthorMaintained by Mukesh Solanki Contribution
License
|
2023-10-27
2022-08-15
2022-08-17
2022-09-23
2022-08-13
请发表评论