Overview of the WebP Codec
masterThe WebP codec is a library designed for encoding and decoding images in the WebP format. It provides two primary ways to interact with the format:
- Library APIs: A set of functions that can be integrated into other programs to add WebP support.
- Command Line Tools: Standalone tools for image manipulation:
cwebp: Used to compress (encode) images into WebP.dwebp: Used to decompress (decode) WebP images.
For technical details on the image format itself, refer to the official Google developers documentation.