Skip to content

itech-apps/webp_android_demo_64_bit

 
 

Repository files navigation

webp

Android Webp demo comptaible with different architectures: armeabi-v7a arm64-v8a x86 x86_64 armeabi

webp is a library We use it to save bandwidth as well as shrinking our APK sizes.

webp is an adaptation of chromium's webp decoder, and an addition of a JNI wrapper to easily use it it in your java code.

How to use it?

import me.everything.webp.WebPDecoder

Bitmap bitmap = WebPDecoder.getInstance().decodeWebP(bytes);

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 67.3%
  • Makefile 29.6%
  • M4 1.2%
  • Roff 0.9%
  • Java 0.5%
  • Python 0.3%
  • Other 0.2%