Ignore:
Timestamp:
06/12/2015 12:24:25 AM (9 years ago)
Author:
Bruce Dubbs <bdubbs@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 7.10, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, lazarus, lxqt, nosym, perl-modules, 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:
287a07e
Parents:
b75604f9
Message:

Add/update some short descriptions

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libraw.xml

    rb75604f9 r2a879b7c  
    147147  <sect2 role="content">
    148148    <title>Contents</title>
     149
     150      <note>
     151         <para>
     152           All the installed programs are examples of libraw use.
     153         </para>
     154      </note>
    149155
    150156    <segmentedlist>
     
    168174      </seglistitem>
    169175    </segmentedlist>
    170 <!--
     176
    171177    <variablelist>
    172178      <bridgehead renderas="sect3">Short Descriptions</bridgehead>
     
    174180      <?dbhtml list-presentation="table"?>
    175181
    176       <varlistentry id="libraw-lib">
     182      <varlistentry id="_4channels">
     183        <term><command>4channels</command></term>
     184        <listitem>
     185          <para>
     186            generates 4 TIFF file from RAW data, one file per channel.
     187          </para>
     188          <indexterm zone="libraw _4channels">
     189            <primary sortas="b-_4channels">4channels</primary>
     190          </indexterm>
     191        </listitem>
     192      </varlistentry>
     193
     194      <varlistentry id="dcraw_half">
     195        <term><command>dcraw_half</command></term>
     196        <listitem>
     197          <para>
     198            emulates "dcraw -h" (see <ulink
     199            url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html">
     200            DCRAW manpage</ulink>).
     201          </para>
     202          <indexterm zone="libraw dcraw_half">
     203            <primary sortas="b-dcraw_half">dcraw_half</primary>
     204          </indexterm>
     205        </listitem>
     206      </varlistentry>
     207
     208      <varlistentry id="mem_image">
     209        <term><command>mem_image</command></term>
     210        <listitem>
     211          <para>
     212            emulates "dcraw [-4] [-6] [-e]" (see <ulink
     213            url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html">
     214            DCRAW manpage</ulink>).
     215          </para>
     216          <indexterm zone="libraw mem_image">
     217            <primary sortas="b-mem_image">mem_image</primary>
     218          </indexterm>
     219        </listitem>
     220      </varlistentry>
     221
     222      <varlistentry id="postprocessing_benchmark">
     223        <term><command>postprocessing_benchmark</command></term>
     224        <listitem>
     225          <para>
     226            creates eight different renderings from 1 source file.
     227            The 1st and 4th one should be identical.
     228          </para>
     229          <indexterm zone="libraw postprocessing_benchmark">
     230            <primary sortas="b-postprocessing_benchmark">
     231            postprocessing_benchmark</primary>
     232          </indexterm>
     233        </listitem>
     234      </varlistentry>
     235
     236      <varlistentry id="simple_dcraw">
     237        <term><command>simple_dcraw</command></term>
     238        <listitem>
     239          <para>
     240            emulates call to "dcraw  [-D]  [-T] [-v] [-e] [-4]"  (see <ulink
     241            url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html">
     242            DCRAW manpage</ulink>).
     243          </para>
     244          <indexterm zone="libraw simple_dcraw">
     245            <primary sortas="b-simple_dcraw">simple_dcraw</primary>
     246          </indexterm>
     247        </listitem>
     248      </varlistentry>
     249
     250      <varlistentry id="dcraw_emu">
     251        <term><command>dcraw_emu</command></term>
     252        <listitem>
     253          <para>
     254            is an almost complete dcraw emulator (see <ulink
     255            url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html">
     256            DCRAW manpage</ulink>).
     257          </para>
     258          <indexterm zone="libraw dcraw_emu">
     259            <primary sortas="b-dcraw_emu">dcraw_emu</primary>
     260          </indexterm>
     261        </listitem>
     262      </varlistentry>
     263
     264      <varlistentry id="half_mt">
     265        <term><command>half_mt</command></term>
     266        <listitem>
     267          <para>
     268            emulates call to "dcraw -h [-w] [-a] [-v]"  (see <ulink
     269            url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html">
     270            DCRAW manpage</ulink>).
     271          </para>
     272          <indexterm zone="libraw half_mt">
     273            <primary sortas="b-half_mt">half_mt</primary>
     274          </indexterm>
     275        </listitem>
     276      </varlistentry>
     277
     278      <varlistentry id="multirender_test">
     279        <term><command>multirender_test</command></term>
     280        <listitem>
     281          <para>
     282            creates eight different renderings from one source file.
     283            The 1st and 4th one should be identical.
     284          </para>
     285          <indexterm zone="libraw multirender_test">
     286            <primary sortas="b-multirender_test">multirender_test</primary>
     287          </indexterm>
     288        </listitem>
     289      </varlistentry>
     290
     291      <varlistentry id="raw-identify">
     292        <term><command>raw-identify</command></term>
     293        <listitem>
     294          <para>
     295            emulates call to "dcraw -i [-v]"  (see <ulink
     296            url="http://www.http://www.cybercom.net/~dcoffin/dcraw/dcraw.1.html">
     297            DCRAW manpage</ulink>).
     298          </para>
     299          <indexterm zone="libraw raw-identify">
     300            <primary sortas="b-raw-identify">half_mt</primary>
     301          </indexterm>
     302        </listitem>
     303      </varlistentry>
     304
     305      <varlistentry id="unprocessed_raw">
     306        <term><command>unprocessed_raw</command></term>
     307        <listitem>
     308          <para>
     309            generates unprocessed raw image: with masked pixels and without
     310            black subtraction.
     311          </para>
     312          <indexterm zone="libraw unprocessed_raw">
     313            <primary sortas="b-unprocessed_raw">unprocessed_raw</primary>
     314          </indexterm>
     315        </listitem>
     316      </varlistentry>
     317
     318<!--      <varlistentry id="libraw-lib">
    177319        <term><filename class='libraryfile'>libraw.so</filename></term>
    178320        <listitem>
     
    185327          </indexterm>
    186328        </listitem>
    187       </varlistentry>
     329      </varlistentry> -->
    188330
    189331    </variablelist>
    190 -->
     332
    191333  </sect2>
    192334
Note: See TracChangeset for help on using the changeset viewer.