All Projects → R1NC → AND-WebP

R1NC / AND-WebP

Licence: Apache-2.0 License
A native implementation of WebP codec for devices before ICS.

Programming Languages

c
50402 projects - #5 most used programming language
Makefile
30231 projects
C++
36643 projects - #6 most used programming language
java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to AND-WebP

togglific
Do you find web animations distracting? Togglific provides a distraction-free web experience!
Stars: ✭ 17 (-32%)
Mutual labels:  webp
FroshWebP
WebP Support for Shopware
Stars: ✭ 29 (+16%)
Mutual labels:  webp
Swift-WebP
A thin Swift wrapper of libwebp to make your own encoder/decoder app
Stars: ✭ 135 (+440%)
Mutual labels:  webp
v-img
📸Use webp and lazyload images
Stars: ✭ 48 (+92%)
Mutual labels:  webp
wa-sticker-formatter
Sticker Creator for WhatsApp
Stars: ✭ 60 (+140%)
Mutual labels:  webp
IosCodeSpecification
Ios best practices, Ios development specification, ios 开发规范,ios 最佳实践,ios编码规范
Stars: ✭ 43 (+72%)
Mutual labels:  webp
webpjs
📷 WebP.js Polyfill
Stars: ✭ 25 (+0%)
Mutual labels:  webp
webp server node
Node version of WebP Server. A tool that will serve your JPG/PNGs as WebP format with compression, on-the-fly,
Stars: ✭ 19 (-24%)
Mutual labels:  webp
WhatsApp-Stickers
WhatsApp Stickers Pack For WhatsApp
Stars: ✭ 18 (-28%)
Mutual labels:  webp
imagor
Fast, Docker-ready image processing server in Go and libvips
Stars: ✭ 2,276 (+9004%)
Mutual labels:  webp
go-webp
Simple and fast webp library for golang
Stars: ✭ 91 (+264%)
Mutual labels:  webp
AndroidWebP-GradlePlugin
将图片转换成WebP格式的Android构建插件,自动下载 libwebp,支持手动转换与自动转换两种模式。
Stars: ✭ 49 (+96%)
Mutual labels:  webp
tiny
compress data for better performance
Stars: ✭ 21 (-16%)
Mutual labels:  webp
JayantGoel001.github.io
My Personal Portfolio.
Stars: ✭ 31 (+24%)
Mutual labels:  webp
imei
IMEI - ImageMagick Easy Install
Stars: ✭ 126 (+404%)
Mutual labels:  webp
sail
The missing small and fast image decoding library for humans (not for machines) ⛵ https://sail.software
Stars: ✭ 206 (+724%)
Mutual labels:  webp
create-optimize-images
♻️ Reusable, scalable, bash scripts to create and optimize images.
Stars: ✭ 39 (+56%)
Mutual labels:  webp
image-processing-pipeline
An image build orchestrator for the modern web
Stars: ✭ 43 (+72%)
Mutual labels:  webp
FrameSequence
android java animate webp and gif support
Stars: ✭ 15 (-40%)
Mutual labels:  webp
webp-wasm
Webp image convertor (webassembly, works offline in browser)
Stars: ✭ 18 (-28%)
Mutual labels:  webp

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);
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].