Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libwebp.xml

    r742cddb5 r34a6571  
    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        "7e047f2cbaf584dff7a8a7e0f8572f18">
    10   <!ENTITY libwebp-size          "3.8 MB">
    11   <!ENTITY libwebp-buildsize     "45 MB">
     9  <!ENTITY libwebp-md5sum        "f30c738034faa13d6255604ed46b6158">
     10  <!ENTITY libwebp-size          "3.9 MB">
     11  <!ENTITY libwebp-buildsize     "41 MB">
    1212  <!ENTITY libwebp-time          "0.3 SBU">
    1313]>
     
    1717
    1818  <sect1info>
    19     <othername>$LastChangedBy$</othername>
    2019    <date>$Date$</date>
    2120  </sect1info>
     
    3534    </para>
    3635
    37     &lfs10_checked;
     36    &lfs110a_checked;
    3837
    3938    <bridgehead renderas="sect3">Package Information</bridgehead>
     
    145144      <seglistitem>
    146145        <seg>
    147           cwebp, dwebp, gif2webp, vwebp, and webpmux
     146          cwebp,
     147          dwebp,
     148          gif2webp,
     149          img2webp,
     150          vwebp,
     151          webpinfo,
     152          and webpmux
    148153        </seg>
    149154        <seg>
    150           libwebpdecoder.so, libwebpdemux.so, libwebpextras.so,
    151           libwebpmux.so, and libwebp.so
     155          libwebpdecoder.so,
     156          libwebpdemux.so,
     157          libwebpmux.so,
     158          and libwebp.so
    152159        </seg>
    153160        <seg>
     
    166173        <listitem>
    167174          <para>
    168             compresses an image using the WebP format.
     175            compresses an image using the WebP format
    169176          </para>
    170177          <indexterm zone="libwebp cwebp">
     
    178185        <listitem>
    179186          <para>
    180             decompresses WebP files into PNG, PAM, PPM or PGM images.
     187            decompresses WebP files into PNG, PAM, PPM or PGM images
    181188          </para>
    182189          <indexterm zone="libwebp dwebp">
     
    190197        <listitem>
    191198          <para>
    192             converts a GIF image to a WebP image.
     199            converts a GIF image to a WebP image
    193200          </para>
    194201          <indexterm zone="libwebp gif2webp">
     
    198205      </varlistentry>
    199206
     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
    200219      <varlistentry id="vwebp">
    201220        <term><command>vwebp</command></term>
    202221        <listitem>
    203222          <para>
    204             decompress a WebP file and display it in a window.
     223            decompresses a WebP file and displays it in a window
    205224          </para>
    206225          <indexterm zone="libwebp vwebp">
     
    210229      </varlistentry>
    211230
     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
    212244      <varlistentry id="webpmux">
    213245        <term><command>webpmux</command></term>
     
    216248            creates animated WebP files from non-animated WebP images, extracts
    217249            frames from animated WebP images, and manages XMP/EXIF metadata and
    218             ICC profile.
     250            ICC profile
    219251          </para>
    220252          <indexterm zone="libwebp webpmux">
     
    228260        <listitem>
    229261          <para>
    230             contains the API functions for WebP encoding and decoding.
     262            contains the API functions for WebP encoding and decoding
    231263          </para>
    232264          <indexterm zone="libwebp libwebp-lib">
Note: See TracChangeset for help on using the changeset viewer.