source: general/graphlib/libwebp.xml@ b2bd00db

10.0 10.1 11.0 11.1 11.2 11.3 12.0 12.1 9.0 9.1 kea ken/TL2024 ken/inkscape-core-mods ken/tuningfonts lazarus lxqt plabs/newcss plabs/python-mods python3.11 qt5new rahul/power-profiles-daemon renodr/vulkan-addition trunk upgradedb xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since b2bd00db was b2bd00db, checked in by Bruce Dubbs <bdubbs@…>, 5 years ago

Update to exiv2-0.27.2.
Update to aspell-0.60.7.

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@21883 af4574ff-66df-0310-9fd7-8a98e5e911e0

  • Property mode set to 100644
File size: 6.6 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.5//EN"
3 "http://www.oasis-open.org/docbook/xml/4.5/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7 <!ENTITY libwebp-download-http "http://downloads.webmproject.org/releases/webp/libwebp-&libwebp-version;.tar.gz">
8 <!ENTITY libwebp-download-ftp " ">
9 <!ENTITY libwebp-md5sum "906ad85daaaa2eac97c8aa2dec9e8b77">
10 <!ENTITY libwebp-size "3.8 MB">
11 <!ENTITY libwebp-buildsize "45 MB">
12 <!ENTITY libwebp-time "0.3 SBU">
13]>
14
15<sect1 id="libwebp" xreflabel="libwebp-&libwebp-version;">
16 <?dbhtml filename="libwebp.html"?>
17
18 <sect1info>
19 <othername>$LastChangedBy$</othername>
20 <date>$Date$</date>
21 </sect1info>
22
23 <title>libwebp-&libwebp-version;</title>
24
25 <indexterm zone="libwebp">
26 <primary sortas="a-libwebp">libwebp</primary>
27 </indexterm>
28
29 <sect2 role="package">
30 <title>Introduction to libwebp</title>
31
32 <para>
33 The <application>libwebp</application> package contains a library
34 and support programs to encode and decode images in WebP format.
35 </para>
36
37 &lfs84_checked;
38
39 <bridgehead renderas="sect3">Package Information</bridgehead>
40 <itemizedlist spacing="compact">
41 <listitem>
42 <para>
43 Download (HTTP): <ulink url="&libwebp-download-http;"/>
44 </para>
45 </listitem>
46 <listitem>
47 <para>
48 Download (FTP): <ulink url="&libwebp-download-ftp;"/>
49 </para>
50 </listitem>
51 <listitem>
52 <para>
53 Download MD5 sum: &libwebp-md5sum;
54 </para>
55 </listitem>
56 <listitem>
57 <para>
58 Download size: &libwebp-size;
59 </para>
60 </listitem>
61 <listitem>
62 <para>
63 Estimated disk space required: &libwebp-buildsize;
64 </para>
65 </listitem>
66 <listitem>
67 <para>
68 Estimated build time: &libwebp-time;
69 </para>
70 </listitem>
71 </itemizedlist>
72
73 <bridgehead renderas="sect3">libwebp Dependencies</bridgehead>
74
75 <bridgehead renderas="sect4">Recommended</bridgehead>
76 <para role="recommended">
77 <xref linkend="libjpeg"/>,
78 <xref linkend="libpng"/> and
79 <xref linkend="libtiff"/>
80 </para>
81
82 <bridgehead renderas="sect4">Optional</bridgehead>
83 <para role="optional">
84 <xref linkend="freeglut"/> and
85 <xref linkend="giflib"/>
86 </para>
87
88 <para condition="html" role="usernotes">
89 User Notes: <ulink url="&blfs-wiki;/libwebp"/>
90 </para>
91 </sect2>
92
93 <sect2 role="installation">
94 <title>Installation of libwebp</title>
95
96 <para>
97 Install <application>libwebp</application> by running the following
98 commands:
99 </para>
100
101<screen><userinput>./configure --prefix=/usr \
102 --enable-libwebpmux \
103 --enable-libwebpdemux \
104 --enable-libwebpdecoder \
105 --enable-libwebpextras \
106 --enable-swap-16bit-csp \
107 --disable-static &amp;&amp;
108make</userinput></screen>
109
110 <para>
111 This package does not come with a test suite.
112 </para>
113
114 <para>
115 Now, as the <systemitem class="username">root</systemitem> user:
116 </para>
117
118<screen role="root"><userinput>make install</userinput></screen>
119
120 </sect2>
121
122 <sect2 role="commands">
123 <title>Command Explanations</title>
124
125
126 <para>
127 <parameter>--enable-swap-16bit-csp</parameter>: This switch enables byte
128 swap for 16 bit colorspaces.
129 </para>
130
131 <xi:include xmlns:xi="http://www.w3.org/2001/XInclude"
132 href="../../xincludes/static-libraries.xml"/>
133
134 </sect2>
135
136 <sect2 role="content">
137 <title>Contents</title>
138
139 <segmentedlist>
140 <segtitle>Installed Programs</segtitle>
141 <segtitle>Installed Library</segtitle>
142 <segtitle>Installed Directory</segtitle>
143
144 <seglistitem>
145 <seg>
146 cwebp, dwebp, gif2webp, vwebp, and webpmux
147 </seg>
148 <seg>
149 libwebpdecoder.so, libwebpdemux.so, libwebpextras.so,
150 libwebpmux.so, and libwebp.so
151 </seg>
152 <seg>
153 /usr/include/webp
154 </seg>
155 </seglistitem>
156 </segmentedlist>
157
158 <variablelist>
159 <bridgehead renderas="sect3">Short Descriptions</bridgehead>
160 <?dbfo list-presentation="list"?>
161 <?dbhtml list-presentation="table"?>
162
163 <varlistentry id="cwebp">
164 <term><command>cwebp</command></term>
165 <listitem>
166 <para>
167 compresses an image using the WebP format.
168 </para>
169 <indexterm zone="libwebp cwebp">
170 <primary sortas="b-cwebp">cwebp</primary>
171 </indexterm>
172 </listitem>
173 </varlistentry>
174
175 <varlistentry id="dwebp">
176 <term><command>dwebp</command></term>
177 <listitem>
178 <para>
179 decompresses WebP files into PNG, PAM, PPM or PGM images.
180 </para>
181 <indexterm zone="libwebp dwebp">
182 <primary sortas="b-dwebp">dwebp</primary>
183 </indexterm>
184 </listitem>
185 </varlistentry>
186
187 <varlistentry id="gif2webp">
188 <term><command>gif2webp</command></term>
189 <listitem>
190 <para>
191 converts a GIF image to a WebP image.
192 </para>
193 <indexterm zone="libwebp gif2webp">
194 <primary sortas="b-gif2webp">gif2webp</primary>
195 </indexterm>
196 </listitem>
197 </varlistentry>
198
199 <varlistentry id="vwebp">
200 <term><command>vwebp</command></term>
201 <listitem>
202 <para>
203 decompress a WebP file and display it in a window.
204 </para>
205 <indexterm zone="libwebp vwebp">
206 <primary sortas="b-vwebp">vwebp</primary>
207 </indexterm>
208 </listitem>
209 </varlistentry>
210
211 <varlistentry id="webpmux">
212 <term><command>webpmux</command></term>
213 <listitem>
214 <para>
215 creates animated WebP files from non-animated WebP images, extracts
216 frames from animated WebP images, and manages XMP/EXIF metadata and
217 ICC profile.
218 </para>
219 <indexterm zone="libwebp webpmux">
220 <primary sortas="b-webpmux">webpmux</primary>
221 </indexterm>
222 </listitem>
223 </varlistentry>
224
225 <varlistentry id="libwebp-lib">
226 <term><filename class="libraryfile">libwebp.so</filename></term>
227 <listitem>
228 <para>
229 contains the API functions for WebP encoding and decoding.
230 </para>
231 <indexterm zone="libwebp libwebp-lib">
232 <primary sortas="c-libwebp">libwebp.so</primary>
233 </indexterm>
234 </listitem>
235 </varlistentry>
236
237 </variablelist>
238
239 </sect2>
240
241</sect1>
Note: See TracBrowser for help on using the repository browser.