Skip to content

Latest commit

 

History

History
21 lines (11 loc) · 793 Bytes

README.md

File metadata and controls

21 lines (11 loc) · 793 Bytes

libwebp-demo

Demos, code samples and research materials related to libwebp and the WebP image format.

webp.js

webp.js is a demo page showcasing the JavaScript version of libwebp.

Sources: https://github.com/webmproject/libwebp-demo/tree/gh-pages/webp_js

Decoding timing test

android_timing_test/ contains a script to measure the decoding speed on Android devices.

Battery usage test

demos/battery/ contains a script to measure the battery consumption when repeatingly decoding an image (WebP, JPEG, ...).