Skip to content
This repository has been archived by the owner on Jun 25, 2021. It is now read-only.
/ AND-WebP Public archive

A native implementation of WebP codec for devices before ICS.

License

Notifications You must be signed in to change notification settings

R1NC/AND-WebP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

Android has no support for WebP codec until ICS(4.0).

This project is a native implementation based on Chromium.

Features

public static native Bitmap nativeDecodeByteArray(byte[] data, BitmapFactory.Options options);

public static native byte[] nativeEncodeBitmap(Bitmap bitmap, int quality);

public static boolean isWebP(byte[] data);

About

A native implementation of WebP codec for devices before ICS.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published