Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libwebp.xml

    r34a6571 r742cddb5  
    77  <!ENTITY libwebp-download-http "http://downloads.webmproject.org/releases/webp/libwebp-&libwebp-version;.tar.gz">
    88  <!ENTITY libwebp-download-ftp  " ">
    9   <!ENTITY libwebp-md5sum        "f30c738034faa13d6255604ed46b6158">
    10   <!ENTITY libwebp-size          "3.9 MB">
    11   <!ENTITY libwebp-buildsize     "41 MB">
     9  <!ENTITY libwebp-md5sum        "7e047f2cbaf584dff7a8a7e0f8572f18">
     10  <!ENTITY libwebp-size          "3.8 MB">
     11  <!ENTITY libwebp-buildsize     "45 MB">
    1212  <!ENTITY libwebp-time          "0.3 SBU">
    1313]>
     
    1717
    1818  <sect1info>
     19    <othername>$LastChangedBy$</othername>
    1920    <date>$Date$</date>
    2021  </sect1info>
     
    3435    </para>
    3536
    36     &lfs110a_checked;
     37    &lfs10_checked;
    3738
    3839    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    144145      <seglistitem>
    145146        <seg>
    146           cwebp,
    147           dwebp,
    148           gif2webp,
    149           img2webp,
    150           vwebp,
    151           webpinfo,
    152           and webpmux
     147          cwebp, dwebp, gif2webp, vwebp, and webpmux
    153148        </seg>
    154149        <seg>
    155           libwebpdecoder.so,
    156           libwebpdemux.so,
    157           libwebpmux.so,
    158           and libwebp.so
     150          libwebpdecoder.so, libwebpdemux.so, libwebpextras.so,
     151          libwebpmux.so, and libwebp.so
    159152        </seg>
    160153        <seg>
     
    173166        <listitem>
    174167          <para>
    175             compresses an image using the WebP format
     168            compresses an image using the WebP format.
    176169          </para>
    177170          <indexterm zone="libwebp cwebp">
     
    185178        <listitem>
    186179          <para>
    187             decompresses WebP files into PNG, PAM, PPM or PGM images
     180            decompresses WebP files into PNG, PAM, PPM or PGM images.
    188181          </para>
    189182          <indexterm zone="libwebp dwebp">
     
    197190        <listitem>
    198191          <para>
    199             converts a GIF image to a WebP image
     192            converts a GIF image to a WebP image.
    200193          </para>
    201194          <indexterm zone="libwebp gif2webp">
     
    205198      </varlistentry>
    206199
    207       <varlistentry id="img2webp">
    208         <term><command>img2webp</command></term>
    209         <listitem>
    210           <para>
    211             creates an animated WebP file from a sequence of input images
    212           </para>
    213           <indexterm zone="libwebp img2webp">
    214             <primary sortas="b-img2webp">img2webp</primary>
    215           </indexterm>
    216         </listitem>
    217       </varlistentry>
    218 
    219200      <varlistentry id="vwebp">
    220201        <term><command>vwebp</command></term>
    221202        <listitem>
    222203          <para>
    223             decompresses a WebP file and displays it in a window
     204            decompress a WebP file and display it in a window.
    224205          </para>
    225206          <indexterm zone="libwebp vwebp">
     
    229210      </varlistentry>
    230211
    231       <varlistentry id="webpinfo">
    232         <term><command>webpinfo</command></term>
    233         <listitem>
    234           <para>
    235             prints out the cunk level structure of WebP files along with
    236             performing basic integrity checks
    237           </para>
    238           <indexterm zone="libwebp webpinfo">
    239             <primary sortas="b-webpinfo">webpinfo</primary>
    240           </indexterm>
    241         </listitem>
    242       </varlistentry>
    243 
    244212      <varlistentry id="webpmux">
    245213        <term><command>webpmux</command></term>
     
    248216            creates animated WebP files from non-animated WebP images, extracts
    249217            frames from animated WebP images, and manages XMP/EXIF metadata and
    250             ICC profile
     218            ICC profile.
    251219          </para>
    252220          <indexterm zone="libwebp webpmux">
     
    260228        <listitem>
    261229          <para>
    262             contains the API functions for WebP encoding and decoding
     230            contains the API functions for WebP encoding and decoding.
    263231          </para>
    264232          <indexterm zone="libwebp libwebp-lib">
Note: See TracChangeset for help on using the changeset viewer.