Merge tag 'v1.2.4'

libwebp-1.2.4

- 8/4/2022: version 1.2.4
  This is a binary compatible release.
  * restore CMake libwebpmux target name for compatibility with 1.2.2 (#575)
  * fix lossless crunch mode encoding with WEBP_REDUCE_SIZE
    (chromium: #1345547, #1345595, #1345772, #1345804)

* tag 'v1.2.4':
  update ChangeLog
  update NEWS
  bump version to 1.2.4
  lossless: fix crunch mode w/WEBP_REDUCE_SIZE
  CMakeLists.txt: correct libwebpmux name in WebPConfig.cmake
  Revert "cmake: fix webpmux lib name for cmake linking"

Bug: webp:579
Change-Id: I7e1aa268d1ea9c1f3b38334cff2681e177bbdf36
tree: b0dbea7d65670a1546e74a06b97f40fb67ab0185
  1. cmake/
  2. doc/
  3. examples/
  4. extras/
  5. gradle/
  6. imageio/
  7. infra/
  8. m4/
  9. man/
  10. sharpyuv/
  11. src/
  12. swig/
  13. tests/
  14. webp_js/
  15. .gitattributes
  16. .gitignore
  17. .mailmap
  18. .pylintrc
  19. .style.yapf
  20. Android.mk
  21. AUTHORS
  22. autogen.sh
  23. build.gradle
  24. ChangeLog
  25. CMakeLists.txt
  26. codereview.settings
  27. configure.ac
  28. CONTRIBUTING.md
  29. COPYING
  30. gradle.properties
  31. gradlew
  32. gradlew.bat
  33. iosbuild.sh
  34. Makefile.am
  35. makefile.unix
  36. Makefile.vc
  37. NEWS
  38. PATENTS
  39. PRESUBMIT.py
  40. README.md
  41. xcframeworkbuild.sh
README.md

WebP Codec

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

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