singe/thirdparty/SDL3_image/external/libwebp
2026-09-03 22:01:35 -05:00
..
cmake Migrated to SDL3. 2026-09-03 22:01:35 -05:00
doc Migrated to SDL3. 2026-09-03 22:01:35 -05:00
examples Migrated to SDL3. 2026-09-03 22:01:35 -05:00
extras Migrated to SDL3. 2026-09-03 22:01:35 -05:00
gradle/wrapper Migrated to SDL3. 2026-09-03 22:01:35 -05:00
imageio Migrated to SDL3. 2026-09-03 22:01:35 -05:00
infra Migrated to SDL3. 2026-09-03 22:01:35 -05:00
m4 Migrated to SDL3. 2026-09-03 22:01:35 -05:00
man Migrated to SDL3. 2026-09-03 22:01:35 -05:00
sharpyuv Migrated to SDL3. 2026-09-03 22:01:35 -05:00
src Migrated to SDL3. 2026-09-03 22:01:35 -05:00
swig Migrated to SDL3. 2026-09-03 22:01:35 -05:00
tests Migrated to SDL3. 2026-09-03 22:01:35 -05:00
webp_js Migrated to SDL3. 2026-09-03 22:01:35 -05:00
.cmake-format.py Migrated to SDL3. 2026-09-03 22:01:35 -05:00
.gitattributes Migrated to SDL3. 2026-09-03 22:01:35 -05:00
.gitignore Migrated to SDL3. 2026-09-03 22:01:35 -05:00
.mailmap Migrated to SDL3. 2026-09-03 22:01:35 -05:00
.pylintrc Migrated to SDL3. 2026-09-03 22:01:35 -05:00
.style.yapf Migrated to SDL3. 2026-09-03 22:01:35 -05:00
Android.mk Migrated to SDL3. 2026-09-03 22:01:35 -05:00
AUTHORS Migrated to SDL3. 2026-09-03 22:01:35 -05:00
autogen.sh Migrated to SDL3. 2026-09-03 22:01:35 -05:00
build.gradle Migrated to SDL3. 2026-09-03 22:01:35 -05:00
ChangeLog Migrated to SDL3. 2026-09-03 22:01:35 -05:00
CMakeLists.txt Migrated to SDL3. 2026-09-03 22:01:35 -05:00
codereview.settings Migrated to SDL3. 2026-09-03 22:01:35 -05:00
configure.ac Migrated to SDL3. 2026-09-03 22:01:35 -05:00
CONTRIBUTING.md Migrated to SDL3. 2026-09-03 22:01:35 -05:00
COPYING Migrated to SDL3. 2026-09-03 22:01:35 -05:00
gradle.properties Migrated to SDL3. 2026-09-03 22:01:35 -05:00
gradlew Migrated to SDL3. 2026-09-03 22:01:35 -05:00
gradlew.bat Migrated to SDL3. 2026-09-03 22:01:35 -05:00
iosbuild.sh Migrated to SDL3. 2026-09-03 22:01:35 -05:00
Makefile.am Migrated to SDL3. 2026-09-03 22:01:35 -05:00
makefile.unix Migrated to SDL3. 2026-09-03 22:01:35 -05:00
Makefile.vc Migrated to SDL3. 2026-09-03 22:01:35 -05:00
NEWS Migrated to SDL3. 2026-09-03 22:01:35 -05:00
PATENTS Migrated to SDL3. 2026-09-03 22:01:35 -05:00
PRESUBMIT.py Migrated to SDL3. 2026-09-03 22:01:35 -05:00
README.md Migrated to SDL3. 2026-09-03 22:01:35 -05:00
xcframeworkbuild.sh Migrated to SDL3. 2026-09-03 22:01:35 -05:00

WebP Codec

      __   __  ____  ____  ____
     /  \\/  \/  _ \/  _ )/  _ \
     \       /   __/  _  \   __/
      \__\__/\____/\_____/__/ ____  ___
            / _/ /    \    \ /  _ \/ _/
           /  \_/   / /   \ \   __/  \__
           \____/____/\_____/_____/____/v1.3.2

WebP codec is a library to encode and decode images in WebP format. This package contains the library that can be used in other programs to add WebP support, as well as the command line tools 'cwebp' and 'dwebp' to compress and decompress images respectively.

See https://developers.google.com/speed/webp for details on the image format.

The latest source tree is available at https://chromium.googlesource.com/webm/libwebp

It is released under the same license as the WebM project. See https://www.webmproject.org/license/software/ or the "COPYING" file for details. An additional intellectual property rights grant can be found in the file PATENTS.

Building

See the building documentation.

Encoding and Decoding Tools

The examples/ directory contains tools to encode and decode images and animations, view information about WebP images, and more. See the tools documentation.

APIs

See the APIs documentation, and API usage examples in the examples/ directory.

Bugs

Please report all bugs to the issue tracker: https://bugs.chromium.org/p/webp

Patches welcome! See how to contribute.

Discuss

Email: webp-discuss@webmproject.org

Web: https://groups.google.com/a/webmproject.org/group/webp-discuss