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