%general-entities; ]> $Date$ libwebp-&libwebp-version; libwebp Introduction to libwebp The libwebp package contains a library and support programs to encode and decode images in WebP format. &lfs111_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &libwebp-md5sum; Download size: &libwebp-size; Estimated disk space required: &libwebp-buildsize; Estimated build time: &libwebp-time; libwebp Dependencies Recommended , , , and (for improved 3D Acceleration) Optional and User Notes: Installation of libwebp Install libwebp by running the following commands: ./configure --prefix=/usr \ --enable-libwebpmux \ --enable-libwebpdemux \ --enable-libwebpdecoder \ --enable-libwebpextras \ --enable-swap-16bit-csp \ --disable-static && make This package does not come with a test suite. Now, as the root user: make install Command Explanations --enable-swap-16bit-csp: This switch enables byte swap for 16 bit colorspaces. Contents Installed Programs Installed Library Installed Directory cwebp, dwebp, gif2webp, img2webp, vwebp, webpinfo, and webpmux libwebpdecoder.so, libwebpdemux.so, libwebpmux.so, and libwebp.so /usr/include/webp Short Descriptions cwebp compresses an image using the WebP format cwebp dwebp decompresses WebP files into PNG, PAM, PPM or PGM images dwebp gif2webp converts a GIF image to a WebP image gif2webp img2webp creates an animated WebP file from a sequence of input images img2webp vwebp decompresses a WebP file and displays it in a window vwebp webpinfo prints out the cunk level structure of WebP files along with performing basic integrity checks webpinfo webpmux creates animated WebP files from non-animated WebP images, extracts frames from animated WebP images, and manages XMP/EXIF metadata and the ICC profile webpmux libwebp.so contains the API functions for WebP encoding and decoding libwebp.so