Skip to content
This repository was archived by the owner on Aug 23, 2025. It is now read-only.

R1NC/AND-WebP

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