Skip to content

Mirror only. Please do not send pull requests.

License

Notifications You must be signed in to change notification settings

arthenica/libwebp

This branch is 2 commits behind webmproject/libwebp:main.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

613be8f · Mar 17, 2025
Mar 6, 2024
Nov 26, 2024
Jan 16, 2025
Dec 13, 2024
Jan 2, 2021
Mar 5, 2025
Jun 13, 2022
Dec 29, 2013
Nov 26, 2024
Dec 13, 2024
Mar 6, 2025
Feb 15, 2022
Dec 19, 2024
Mar 29, 2024
May 30, 2023
Jan 2, 2021
Jun 1, 2024
Jun 2, 2023
Oct 12, 2021
Feb 23, 2023
Dec 13, 2024
Jan 12, 2024
Feb 20, 2025
May 30, 2023
Sep 30, 2010
Dec 20, 2024
Mar 4, 2022
Mar 17, 2025
Dec 19, 2024
Apr 18, 2015
Dec 17, 2021
Dec 13, 2024
Mar 26, 2011
Jan 12, 2024
Nov 8, 2018
Dec 13, 2024
May 24, 2016
Jan 2, 2021
Jan 2, 2021
Nov 14, 2024
Jan 12, 2024
Nov 14, 2024

Repository files navigation

WebP Codec

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

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. For security reports, select 'Security report' from the Template dropdown.

Patches welcome! See how to contribute.

Discuss

Email: [email protected]

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

About

Mirror only. Please do not send pull requests.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • C 94.1%
  • C++ 1.4%
  • Shell 1.1%
  • CMake 1.1%
  • M4 1.0%
  • Makefile 0.6%
  • Other 0.7%