Changeset 911de318 for general/graphlib


Ignore:
Timestamp:
12/05/2003 05:53:57 PM (20 years ago)
Author:
Igor Živković <igor@…>
Branches:
10.0, 10.1, 11.0, 11.1, 11.2, 11.3, 12.0, 12.1, 6.0, 6.1, 6.2, 6.2.0, 6.2.0-rc1, 6.2.0-rc2, 6.3, 6.3-rc1, 6.3-rc2, 6.3-rc3, 7.10, 7.4, 7.5, 7.6, 7.6-blfs, 7.6-systemd, 7.7, 7.8, 7.9, 8.0, 8.1, 8.2, 8.3, 8.4, 9.0, 9.1, basic, bdubbs/svn, elogind, gnome, kde5-13430, kde5-14269, kde5-14686, kea, ken/TL2024, ken/inkscape-core-mods, ken/tuningfonts, krejzi/svn, lazarus, lxqt, nosym, perl-modules, plabs/newcss, plabs/python-mods, python3.11, qt5new, rahul/power-profiles-daemon, renodr/vulkan-addition, systemd-11177, systemd-13485, trunk, upgradedb, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
1459b3af
Parents:
04e9272
Message:

modified tiff instructions to utilize zlib and, optionally, libjpeg

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

Location:
general/graphlib/libtiff
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • general/graphlib/libtiff/libtiff-desc.xml

    r04e9272 r911de318  
    22<title>Contents</title>
    33
    4 <para>The libtiff package contains <command>fax2ps</command>,
    5 <command>fax2tiff</command>, <command>gif2tiff</command>,
    6 <command>pal2rgb</command>, <command>ppm2tiff</command>,
    7 <command>ras2tiff</command>, <command>rgb2ycbcr</command>,
    8 <command>thumbnail</command>, <command>tiff2bw</command>,
    9 <command>tiff2ps</command>, <command>tiff2rgba</command>,
    10 <command>tiffcmp</command>, <command>tiffcp</command>,
    11 <command>tiffdither</command>, <command>tiffdump</command>,
    12 <command>tiffinfo</command>, <command>tiffmedian</command>,
    13 <command>tiffsplit</command> and <filename>tiff</filename>
    14 libraries.</para>
     4<para>The libtiff package contains
     5<command>fax2ps</command>,
     6<command>fax2tiff</command>,
     7<command>gif2tiff</command>,
     8<command>pal2rgb</command>,
     9<command>ppm2tiff</command>,
     10<command>ras2tiff</command>,
     11<command>raw2tiff</command>,
     12<command>rgb2ycbcr</command>,
     13<command>thumbnail</command>,
     14<command>tiff2bw</command>,
     15<command>tiff2ps</command>,
     16<command>tiff2rgba</command>,
     17<command>tiffcmp</command>,
     18<command>tiffcp</command>,
     19<command>tiffdither</command>,
     20<command>tiffdump</command>,
     21<command>tiffinfo</command>,
     22<command>tiffmedian</command>,
     23<command>tiffset</command>,
     24<command>tiffsplit</command> and
     25<filename class="libraryfile">libtiff</filename> libraries.</para>
    1526
    1627</sect2>
     
    1930
    2031<sect3><title>fax2ps</title>
    21 <para><command>fac2ps</command> converts a <acronym>TIFF</acronym> facsimile to compressed PostScript
    22 file.</para></sect3>
     32<para><command>fac2ps</command> converts a <acronym>TIFF</acronym>
     33facsimile to compressed PostScript file.</para></sect3>
    2334
    2435<sect3><title>fax2tiff</title>
    25 <para><command>fax2tiff</command> creates a <acronym>TIFF</acronym> Class F fax file from raw fax
    26 data.</para></sect3>
     36<para><command>fax2tiff</command> creates a <acronym>TIFF</acronym>
     37Class F fax file from raw fax data.</para></sect3>
    2738
    2839<sect3><title>gif2tiff</title>
    2940<para><command>gif2tiff</command> creates a <acronym>TIFF</acronym> file
    30 from a <acronym>GIF87</acronym> format image
    31 file.</para></sect3>
     41from a <acronym>GIF87</acronym> format image file.</para></sect3>
    3242
    3343<sect3><title>pal2rgb</title>
    3444<para><command>pal2rgb</command> converts a palette color
    35 <acronym>TIFF</acronym> image to a full
    36 color image.</para></sect3>
     45<acronym>TIFF</acronym> image to a full color image.</para></sect3>
    3746
    3847<sect3><title>ppm2tiff</title>
     
    4150
    4251<sect3><title>ras2tiff</title>
    43 <para><command>ras2tiff</command> creates a <acronym>TIFF</acronym> file from a Sun rasterfile.</para></sect3>
     52<para><command>ras2tiff</command> creates a <acronym>TIFF</acronym> file
     53from a Sun rasterfile.</para></sect3>
     54
     55<sect3><title>raw2tiff</title>
     56<para><command>raw2tiff</command> converts a raw byte sequence into
     57<acronym>TIFF</acronym>.</para></sect3>
    4458
    4559<sect3><title>rgb2ycbcr</title>
     
    4963
    5064<sect3><title>thumbnail</title>
    51 <para><command>thumbnail</command> creates a <acronym>TIFF</acronym> file with thumbnail images.</para></sect3>
     65<para><command>thumbnail</command> creates a <acronym>TIFF</acronym>
     66file with thumbnail images.</para></sect3>
    5267
    5368<sect3><title>tiff2bw</title>
    54 <para><command>tiff2bw</command> converts a color <acronym>TIFF</acronym> image to grayscale.</para></sect3>
     69<para><command>tiff2bw</command> converts a color
     70<acronym>TIFF</acronym> image to grayscale.</para></sect3>
    5571
    5672<sect3><title>tiff2ps</title>
    57 <para><command>tiff2ps</command> converts a <acronym>TIFF</acronym> image to a PostScript file.</para></sect3>
     73<para><command>tiff2ps</command> converts a <acronym>TIFF</acronym>
     74image to a PostScript file.</para></sect3>
    5875
    5976<sect3><title>tiff2rgba</title>
    60 <para>No description available.</para></sect3>
     77<para><command>tiff2rgba</command> converts a wide variety of
     78<acronym>TIFF</acronym> images into an <acronym>RGBA</acronym>
     79<acronym>TIFF</acronym> image.</para></sect3>
    6180
    6281<sect3><title>tiffcmp</title>
    63 <para><command>tiffcmp</command> compares two <acronym>TIFF</acronym> files.</para></sect3>
     82<para><command>tiffcmp</command> compares two <acronym>TIFF</acronym>
     83files.</para></sect3>
    6484
    6585<sect3><title>tiffcp</title>
     
    6888
    6989<sect3><title>tiffdither</title>
    70 <para><command>tiffdither</command> converts a grayscale image to bilevel using
    71 dithering.</para></sect3>
     90<para><command>tiffdither</command> converts a grayscale image to
     91bilevel using dithering.</para></sect3>
    7292
    7393<sect3><title>tiffdump</title>
     
    80100
    81101<sect3><title>tiffmedian</title>
    82 <para><command>tiffmedian</command> applies the median cut algorithm to data in a
    83 <acronym>TIFF</acronym> file.</para></sect3>
     102<para><command>tiffmedian</command> applies the median cut algorithm to
     103data in a <acronym>TIFF</acronym> file.</para></sect3>
    84104
    85105<sect3><title>tiffsplit</title>
    86106<para><command>tiffsplit</command> splits a multi-image
    87 <acronym>TIFF</acronym> into single-image
    88 <acronym>TIFF</acronym> files.</para></sect3>
     107<acronym>TIFF</acronym> into single-image <acronym>TIFF</acronym>
     108files.</para></sect3>
    89109
    90110<sect3><title>tiff libraries</title>
     
    93113
    94114</sect2>
    95 
  • general/graphlib/libtiff/libtiff-exp.xml

    r04e9272 r911de318  
    1414correct place.</para>
    1515
     16<para><parameter>--with-ZIP=yes</parameter>: This enables support for
     17the handling of <acronym>TIFF</acronym> images with deflate-encoded data.</para>
     18
     19<para><parameter>--with-JPEG=yes</parameter>: Use this switch to enable support for the
     20handling of <acronym>TIFF</acronym> images with <acronym>JPEG</acronym>-encoded data.</para>
     21
    1622</sect2>
    17 
  • general/graphlib/libtiff/libtiff-inst.xml

    r04e9272 r911de318  
    55
    66<screen><userinput><command>./configure --prefix=/usr --noninteractive \
    7    --with-DIR_MAN=/usr/share/man &amp;&amp;
     7    --with-DIR_MAN=/usr/share/man --with-ZIP=yes &amp;&amp;
    88make &amp;&amp;
    99make install</command></userinput></screen>
    1010
    1111</sect2>
    12 
  • general/graphlib/libtiff/libtiff-intro.xml

    r04e9272 r911de318  
    1616</sect3>
    1717
     18<sect3><title><application>libtiff</application> dependencies</title>
     19<sect4><title>Optional</title>
     20<para><xref linkend="libjpeg"/>
     21</para></sect4>
     22</sect3>
    1823
    1924</sect2>
Note: See TracChangeset for help on using the changeset viewer.