Name Date Size #Lines LOC

..--

cmake/H25-Apr-2025-471404

doc/H25-Apr-2025-3,3042,521

examples/H25-Apr-2025-8,2576,812

extras/H25-Apr-2025-7,4867,092

fuzz_seed_corpus/H25-Apr-2025-

gradle/wrapper/H25-Apr-2025-65

imageio/H25-Apr-2025-3,5682,611

infra/H25-Apr-2025-909630

m4/H25-Apr-2025-336300

man/H25-Apr-2025-1,2401,178

sharpyuv/H25-Apr-2025-2,0311,538

src/H25-Apr-2025-69,34952,633

swig/H25-Apr-2025-8,5537,054

tests/H25-Apr-2025-7,2406,810

webp_js/H25-Apr-2025-218183

.cmake-format.pyH A D25-Apr-20258.2 KiB24166

.gitattributesH A D25-Apr-2025133 76

.gitignoreH A D25-Apr-2025837 5756

.mailmapH A D25-Apr-2025781 2019

.pylintrcH A D25-Apr-202514.2 KiB442339

.style.yapfH A D25-Apr-202529 22

AUTHORSH A D25-Apr-20253 KiB6867

Android.bpH A D25-Apr-20258.5 KiB351308

Android.mkH A D25-Apr-20258.4 KiB311241

CMakeLists.txtH A D25-Apr-202531.5 KiB849767

CONTRIBUTING.mdH A D25-Apr-20252.6 KiB7954

COPYINGH A D25-Apr-20251.5 KiB3124

ChangeLogH A D25-Apr-2025249.5 KiB4,7774,776

LICENSEH A D25-Apr-20252.9 KiB5445

METADATAH A D25-Apr-2025519 2018

MODULE_LICENSE_BSDHD25-Apr-20250

Makefile.amH A D25-Apr-2025155 107

Makefile.vcH A D25-Apr-202518.4 KiB532461

NEWSH A D25-Apr-202514 KiB331299

NOTICEH A D25-Apr-20251.5 KiB3124

OWNERSH A D25-Apr-2025256 87

PATENTSH A D25-Apr-20251.4 KiB2421

PRESUBMIT.pyH A D25-Apr-20258.8 KiB246180

README.androidH A D25-Apr-2025353 118

README.mdH A D25-Apr-20251.5 KiB5436

autogen.shH A D25-Apr-202534 31

build.gradleH A D25-Apr-202511.4 KiB445430

codereview.settingsH A D25-Apr-2025170 54

configure.acH A D25-Apr-202528.5 KiB806724

gradle.propertiesH A D25-Apr-2025451 1511

gradlewH A D25-Apr-20255.6 KiB184125

gradlew.batH A D25-Apr-20252.9 KiB10176

iosbuild.shH A D25-Apr-20255.7 KiB179137

makefile.unixH A D25-Apr-202516.9 KiB540428

xcframeworkbuild.shH A D25-Apr-20259.5 KiB277213

README.android

1URL: https://chromium.googlesource.com/webm/libwebp
2Version: v1.4.0
3License: Google BSD like
4
5Local modifications:
6- LOCAL_LICENSE_KINDS and related variables added to **/Android.mk
7
8The Android.bp file creates WebP decoder and encoder static libraries which
9can be added to any application by adding libwebp-decode and libwebp-encode to
10'static_libs'.
11

README.md

1# WebP Codec
2
3```
4      __   __  ____  ____  ____
5     /  \\/  \/  _ \/  _ )/  _ \
6     \       /   __/  _  \   __/
7      \__\__/\____/\_____/__/ ____  ___
8            / _/ /    \    \ /  _ \/ _/
9           /  \_/   / /   \ \   __/  \__
10           \____/____/\_____/_____/____/v1.4.0
11```
12
13WebP codec is a library to encode and decode images in WebP format. This package
14contains the library that can be used in other programs to add WebP support, as
15well as the command line tools 'cwebp' and 'dwebp' to compress and decompress
16images respectively.
17
18See https://developers.google.com/speed/webp for details on the image format.
19
20The latest source tree is available at
21https://chromium.googlesource.com/webm/libwebp
22
23It is released under the same license as the WebM project. See
24https://www.webmproject.org/license/software/ or the "COPYING" file for details.
25An additional intellectual property rights grant can be found in the file
26PATENTS.
27
28## Building
29
30See the [building documentation](doc/building.md).
31
32## Encoding and Decoding Tools
33
34The examples/ directory contains tools to encode and decode images and
35animations, view information about WebP images, and more. See the
36[tools documentation](doc/tools.md).
37
38## APIs
39
40See the [APIs documentation](doc/api.md), and API usage examples in the
41`examples/` directory.
42
43## Bugs
44
45Please report all bugs to the issue tracker: https://bugs.chromium.org/p/webp
46
47Patches welcome! See [how to contribute](CONTRIBUTING.md).
48
49## Discuss
50
51Email: [email protected]
52
53Web: https://groups.google.com/a/webmproject.org/group/webp-discuss
54