penglu20 / webpLib

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

support-library of WebP decode library for Android .

###HOW TO USE

  • add to your build.gradle files:
dependencies {
    compile 'com.pl:webplibrary:0.2'
}
  • add to your build.gradle to assign abi:
android {    
    defaultConfig {
        ndk {
            abiFilter "armeabi"
        }
    }
}
  • use com.pl.webplibrary.BitmapFactory instead of android.graphics.BitmapFactory

About


Languages

Language:C 84.7%Language:Makefile 13.2%Language:Java 1.2%Language:C++ 0.7%Language:Objective-C 0.3%