BitBeauty
This Android module allows application to work on bitmaps easier and quicker without knowing the intricate details. It provides various collection of methods which can be used to perform various actions on the bitmaps.
Refer to Wiki for more details. Also attached are the posts on medium which provides some more explanation.
Gradle
allprojects {
repositories {
maven { url 'https://jitpack.io' }
}
}
dependencies {
compile 'com.github.wwdablu:bitbeauty:0.1.0'
}
Part - 1
https://medium.com/wwdablu/android-bitmaps-bitbeauty-15fb4fe59388
Part - 2
https://medium.com/wwdablu/android-bitmaps-bitbeauty-part-2-6744cb3bbbcc