Skip to content

xiaojinzi123/bitmapFilterLib

Repository files navigation

bitmapFilterLib

the effect of lib,those images are from my app,right now,i provider the seven filter opration for you if you can provider more filter opration,please pull request your code!

Gradle Dependency

add follow config code to your main build.gradle file

allprojects {
    repositories {
        ...
        maven { url 'https://jitpack.io' }
    }
}

add follow config code to your app module build.gradle file

dependencies {
     compile 'com.github.xiaojinzi123:bitmapFilterLib:v1.0'
}