• Home
Name Date Size #Lines LOC

..--

cmake/04-Jul-2025-471404

doc/04-Jul-2025-3,3142,531

examples/04-Jul-2025-8,3096,854

extras/04-Jul-2025-7,4987,100

fuzz_seed_corpus/04-Jul-2025-

gradle/wrapper/04-Jul-2025-65

imageio/04-Jul-2025-3,5832,622

infra/04-Jul-2025-909630

m4/04-Jul-2025-336300

man/04-Jul-2025-1,3101,241

sharpyuv/04-Jul-2025-2,0501,539

src/04-Jul-2025-70,31553,381

swig/05-Jul-2025-8,5537,054

tests/04-Jul-2025-7,9847,306

webp_js/04-Jul-2025-218183

.cmake-format.pyD04-Jul-20258.2 KiB24166

.gitattributesD04-Jul-2025133 76

.gitignoreD04-Jul-2025865 5857

.mailmapD04-Jul-2025781 2019

.pylintrcD04-Jul-202514.2 KiB442339

.style.yapfD04-Jul-202529 22

AUTHORSD04-Jul-20253.1 KiB7170

Android.bpD04-Jul-20256.9 KiB252231

Android.mkD04-Jul-20258.4 KiB311241

CMakeLists.txtD04-Jul-202531.7 KiB858775

CONTRIBUTING.mdD04-Jul-20252.6 KiB7954

COPYINGD04-Jul-20251.5 KiB3124

ChangeLogD04-Jul-2025256.7 KiB4,9154,914

LICENSED04-Jul-20252.9 KiB5445

METADATAD04-Jul-2025525 2018

MODULE_LICENSE_BSDD04-Jul-20250

Makefile.amD04-Jul-2025155 107

Makefile.vcD04-Jul-202518.5 KiB532461

NEWSD04-Jul-202515 KiB353320

NOTICED04-Jul-20251.5 KiB3124

OWNERSD04-Jul-2025328 98

PATENTSD04-Jul-20251.4 KiB2421

PRESUBMIT.pyD04-Jul-20258.8 KiB246180

README.androidD04-Jul-2025353 118

README.mdD04-Jul-20251.6 KiB5537

TEST_MAPPINGD04-Jul-2025754 3130

autogen.shD04-Jul-202534 31

build.gradleD04-Jul-202511.4 KiB445430

codereview.settingsD04-Jul-2025170 54

configure.acD04-Jul-202528.5 KiB806724

gradle.propertiesD04-Jul-2025451 1511

gradlewD04-Jul-20255.6 KiB184125

gradlew.batD04-Jul-20252.9 KiB10176

iosbuild.shD04-Jul-20255.7 KiB179137

makefile.unixD04-Jul-202516.9 KiB540428

xcframeworkbuild.shD04-Jul-20259.6 KiB279215

README.android

1URL: https://chromium.googlesource.com/webm/libwebp
2Version: v1.5.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.5.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://issues.webmproject.org).
46For security reports, select 'Security report' from the Template dropdown.
47
48Patches welcome! See [how to contribute](CONTRIBUTING.md).
49
50## Discuss
51
52Email: webp-discuss@webmproject.org
53
54Web: https://groups.google.com/a/webmproject.org/group/webp-discuss
55