Overview of the WebP Codec
masterWebP codec is a library designed for encoding and decoding images in the WebP format. It provides two primary ways to interact with the format:
- As a Library: Integrate the codec into other software to add native WebP support.
- As Command Line Tools: Use the provided binaries
cwebp(for compression/encoding) anddwebp(for decompression/decoding) to process images via the terminal.
For detailed information on the image format itself, refer to the Google Developers WebP page.