Ignore:
Timestamp:
03/19/2020 06:44:08 AM (4 years ago)
Author:
Pierre Labastie <pieere@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.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
Children:
b1532549
Parents:
622c1021
Message:

Format general/graphlib

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libjpeg-turbo.xml

    r622c1021 r09f0998  
    171171        <term><command>cjpeg</command></term>
    172172        <listitem>
    173           <para>compresses image files to produce a JPEG/JFIF file on the
    174           standard output. Currently supported input file formats are: PPM
    175           (PBMPLUS color format), PGM (PBMPLUS gray-scale format),
    176           BMP, and Targa.</para>
     173          <para>
     174            compresses image files to produce a JPEG/JFIF file on the
     175            standard output. Currently supported input file formats are: PPM
     176            (PBMPLUS color format), PGM (PBMPLUS gray-scale format),
     177            BMP, and Targa.
     178          </para>
    177179          <indexterm zone="libjpeg cjpeg">
    178180            <primary sortas="b-cjpeg">cjpeg</primary>
     
    184186        <term><command>djpeg</command></term>
    185187        <listitem>
    186           <para>decompresses image files from JPEG/JFIF format to either
    187           PPM (PBMPLUS color format), PGM (PBMPLUS gray-scale format),
    188           BMP, or Targa format.</para>
     188          <para>
     189            decompresses image files from JPEG/JFIF format to either
     190            PPM (PBMPLUS color format), PGM (PBMPLUS gray-scale format),
     191            BMP, or Targa format.
     192          </para>
    189193          <indexterm zone="libjpeg djpeg">
    190194            <primary sortas="b-djpeg">djpeg</primary>
     
    196200        <term><command>jpegtran</command></term>
    197201        <listitem>
    198           <para>is used for lossless transformation of JPEG files.</para>
     202          <para>
     203            is used for lossless transformation of JPEG files.
     204          </para>
    199205          <indexterm zone="libjpeg jpegtran">
    200206            <primary sortas="b-jpegtran">jpegtran</primary>
     
    206212        <term><command>rdjpgcom</command></term>
    207213        <listitem>
    208           <para>displays text comments from within a JPEG file.</para>
     214          <para>
     215            displays text comments from within a JPEG file.
     216          </para>
    209217          <indexterm zone="libjpeg rdjpgcom">
    210218            <primary sortas="b-rdjpgcom">rdjpgcom</primary>
     
    216224        <term><command>tjbench</command></term>
    217225        <listitem>
    218           <para>is used to benchmark the performance of libjpeg-turbo.</para>
     226          <para>
     227            is used to benchmark the performance of libjpeg-turbo.
     228          </para>
    219229          <indexterm zone="libjpeg tjbench">
    220230            <primary sortas="b-tjbench">tjbench</primary>
     
    226236        <term><command>wrjpgcom</command></term>
    227237        <listitem>
    228           <para>inserts text comments into a JPEG file.</para>
     238          <para>
     239            inserts text comments into a JPEG file.
     240          </para>
    229241          <indexterm zone="libjpeg wrjpgcom">
    230242            <primary sortas="b-wrjpgcom">wrjpgcom</primary>
     
    237249        <listitem>
    238250          <para>
    239             contains functions used for reading and writing
    240             JPEG images.
    241           </para>
     251            contains functions used for reading and writing JPEG images.
     252        </para>
    242253          <indexterm zone="libjpeg libjpeg-lib">
    243254            <primary sortas="c-libjpeg">libjpeg.so</primary>
Note: See TracChangeset for help on using the changeset viewer.