%general-entities; ]> $LastChangedBy$ $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. &lfs81_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 Optional and User Notes: Installation of libwebp Install libwebp by running the following commands: If you are updating from libwebp-0.4.x or 0.5.x, and wish that installed applications link to the new version 0.6.x, they need to be reinstalled. ./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, vwebp, and webpmux libwebpdecoder.so, libwebpdemux.so, libwebpextras.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 vwebp decompress a WebP file and display it in a window. vwebp webpmux creates animated WebP files from non-animated WebP images, extracts frames from animated WebP images, and manages XMP/EXIF metadata and ICC profile. webpmux libwebp.so contains the API functions for WebP encoding and decoding. libwebp.so