%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. &lfs76_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: ./configure --prefix=/usr \ --disable-static \ --enable-experimental \ --enable-libwebpdecoder \ --enable-libwebpdemux \ --enable-libwebpmux && make This package does not come with a test suite. Now, as the root user: make install Command Explanations --enable-experimental: This switch enables building of the experimental features which may be needed by other programs in BLFS and beyond. --enable-libwebp*: This switch enables building of the additional libwebp libraries which are required to build additional programs from libwebp source and may be needed by other programs in BLFS and beyond. Contents Installed Programs Installed Libraries Installed Directories cwebp, dwebp, gif2webp, vwebp 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 vwebp decompresses a WebP file and displays it in a window using OpenGL. vwebp webpmux used to create a WebP container file and extract/strip relevant data from the container file. webpmux libwebp.so contains API functions for encoding and decoding WebP Images. libwebp.so