Changeset cf4aab7


Ignore:
Timestamp:
06/13/2003 11:49:14 PM (21 years ago)
Author:
Larry Lawrence <larry@…>
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_0, v5_0-pre1, v5_1, v5_1-pre1, xry111/intltool, xry111/llvm18, xry111/soup3, xry111/test-20220226, xry111/xf86-video-removal
Children:
af3238a4
Parents:
cff9a38
Message:

intro on libjpeg and libtiff

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

Files:
14 edited

Legend:

Unmodified
Added
Removed
  • basicnet/netprogs/portmap/portmap-inst.xml

    rcff9a38 rcf4aab7  
    11<sect2>
    2 <title>Installation of portmap</title>
     2<title>Installation of <application>portmap</application></title>
    33
    4 <para>Install portmap with the following commands:</para>
     4<para>Install <application>portmap</application> with the following commands:</para>
    55
    6 <para><screen><userinput>patch -Np1 -i ../portmap_5-1.diff &amp;&amp;
     6<para><screen><userinput><command>patch -Np1 -i ../portmap_5-1.diff &amp;&amp;
     7patch -Np1 -i ../portmap_5-errno.patch &amp;&amp;
    78mkdir /usr/share/doc/portmap &amp;&amp;
    89make &amp;&amp;
    9 make install</userinput></screen></para>
     10make install</command></userinput></screen></para>
    1011
    1112</sect2>
  • basicnet/netprogs/portmap/portmap-intro.xml

    rcff9a38 rcf4aab7  
    11<sect2>
    2 <title>Introduction to portmap</title>
     2<title>Introduction to <application>portmap</application></title>
    33
    44<screen>Download location (HTTP):       <ulink url="&portmap-download-http;"/>
     
    99Estimated build time:           &portmap-time;</screen>
    1010<screen>
    11 Required patch:
    12 Download location (HTTP):        <ulink url="&portmap-patch-http;"/></screen>
     11Required Downloads:
     12Download location (HTTP):        <ulink url="&portmap-patch-http;"/>
     13Download location (HTTP):        <ulink url="&hfile-root;/portmap_5-errno.patch"/></screen>
    1314
    1415<para>The portmap package is a more secure replacement for the
  • general/graphlib/libjpeg/libjpeg-config.xml

    rcff9a38 rcf4aab7  
    11<sect2>
    2 <title>Configuring libjpeg</title>
     2<title>Configuring <application>libjpeg</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • general/graphlib/libjpeg/libjpeg-desc.xml

    rcff9a38 rcf4aab7  
    22<title>Contents</title>
    33
    4 <para>The libjpeg package contains <userinput>cjpeg</userinput>,
    5 <userinput>djpeg</userinput>, <userinput>jpegtran</userinput>,
    6 <userinput>rdjpgcom</userinput>, <userinput>wrjpgcom</userinput> and
     4<para>The libjpeg package contains <command>cjpeg</command>,
     5<command>djpeg</command>, <command>jpegtran</command>,
     6<command>rdjpgcom</command>, <command>wrjpgcom</command> and
    77<filename>libjpeg</filename> libraries.</para>
    88
     
    1212
    1313<sect3><title>cjpeg</title>
    14 <para>cjpeg compresses image files to produce a JPEG/JFIF file on the standard
    15 output.  Currently supported input file formats are: PPM (PBMPLUS color
    16 format), PGM (PBMPLUS gray-scale format), BMP, and Targa.</para></sect3>
     14<para><command>cjpeg</command> compresses image files to produce a
     15<acronym>JPEG</acronym>/<acronym>JFIF</acronym> file on the standard
     16output.  Currently supported input file formats are:
     17<acronym>PPM</acronym> (PBMPLUS color
     18format), <acronym>PGM</acronym> (PBMPLUS gray-scale
     19format), <acronym>BMP</acronym>, and Targa.</para></sect3>
    1720
    1821<sect3><title>djpeg</title>
    19 <para>djpeg decompresses image files from JPEG/JFIF format to either PPM
    20 (PBMPLUS color format), PGM (PBMPLUS gray-scale format), BMP, or Targa
     22<para><command>djpeg</command> decompresses image files from
     23<acronym>JPEG/JFIF</acronym> format to either <acronym>PPM</acronym>
     24(PBMPLUS color format), <acronym>PGM</acronym> (PBMPLUS gray-scale
     25format), <acronym>BMP</acronym>, or Targa
    2126format.</para></sect3>
    2227
    2328<sect3><title>jpegtran</title>
    24 <para>jpegtran is used for lossless transformation of JPEG
    25 files.</para></sect3>
     29<para><command>jpegtran</command> is used for lossless transformation of
     30<acronym>JPEG</acronym> files.</para></sect3>
    2631
    2732<sect3><title>rdjpgcom</title>
    28 <para>rdjpgcom displays text comments from within a JPEG
    29 file.</para></sect3>
     33<para><command>rdjpgcom</command> displays text comments from within a
     34<acronym>JPEG</acronym> file.</para></sect3>
    3035
    3136<sect3><title>wrjpgcom</title>
    32 <para>wrjpgcom inserts text comments into a JPEG file.</para></sect3>
     37<para><command>wrjpgcom</command> inserts text comments into a
     38<acronym>JPEG</acronym> file.</para></sect3>
    3339
    3440<sect3><title>jpeg libraries</title>
  • general/graphlib/libjpeg/libjpeg-exp.xml

    rcff9a38 rcf4aab7  
    22<title>Command explanations</title>
    33
    4 <para><userinput>./configure --enable-static --enable-shared --prefix=/usr</userinput> : This command tells libjpeg to build both shared and
    5 static libraries and to install them with a base of
    6 <filename>/usr</filename>.</para>
     4<para><command>./configure --enable-static --enable-shared --prefix=/usr</command> : This command tells libjpeg to build both shared and static libraries and
     5to install them with a base of <filename>/usr</filename>.</para>
    76
    87</sect2>
  • general/graphlib/libjpeg/libjpeg-inst.xml

    rcff9a38 rcf4aab7  
    11<sect2>
    2 <title>Installation of libjpeg</title>
     2<title>Installation of <application>libjpeg</application></title>
    33
    4 <para>Install libjpeg by running the following commands:</para>
     4<para>Install <application>libjpeg</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --enable-static --enable-shared --prefix=/usr &amp;&amp;</userinput>
    7 <userinput>make &amp;&amp;</userinput>
    8 <userinput>make install</userinput></screen></para>
     6<para><screen><userinput><command>./configure --enable-static --enable-shared --prefix=/usr &amp;&amp;
     7make &amp;&amp;
     8make install</command></userinput></screen></para>
    99
    1010</sect2>
  • general/graphlib/libjpeg/libjpeg-intro.xml

    rcff9a38 rcf4aab7  
    11<sect2>
    2 <title>Introduction to libjpeg</title>
     2<title>Introduction to <application>libjpeg</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&libjpeg-download-http;"/>
    5 Download location (FTP):        <ulink url="&libjpeg-download-ftp;"/>
    6 Version used:                   &libjpeg-version;
    7 Package size:                   &libjpeg-size;
    8 Estimated Disk space required:  &libjpeg-buildsize;
    9 Estimated build time:           &libjpeg-time;</screen>
     4<para>The <application>libjpeg</application> package contains libraries
     5that allow compression of image files based on the Joint Photographic Experts
     6Group standard. It is a "lossy" compression algorithm.</para>
    107
    11 <para>The libjpeg package contains the jpeg libraries.  These allow compression
    12 of image files based on the Joint Photographic Experts Group standard.  It is a
    13 "lossy" compression algorithm.</para>
     8<sect3><title>Package information</title>
     9<itemizedlist spacing='compact'>
     10<listitem><para>Download (HTTP): <ulink url="&libjpeg-download-http;"/></para></listitem>
     11<listitem><para>Download (FTP): <ulink url="&libjpeg-download-ftp;"/></para></listitem>
     12<listitem><para>Download size: &libjpeg-size;</para></listitem>
     13<listitem><para>Estimated Disk space required: &libjpeg-buildsize;</para></listitem>
     14<listitem><para>Estimated build time: &libjpeg-time;</para></listitem></itemizedlist>
     15</sect3>
    1416
    1517</sect2>
  • general/graphlib/libtiff/libtiff-config.xml

    rcff9a38 rcf4aab7  
    11<sect2>
    2 <title>Configuring libtiff</title>
     2<title>Configuring <application>libtiff</application></title>
    33
    44<sect3><title>Configuration Information</title>
  • general/graphlib/libtiff/libtiff-desc.xml

    rcff9a38 rcf4aab7  
    22<title>Contents</title>
    33
    4 <para>The libtiff package contains <userinput>fax2ps</userinput>,
    5 <userinput>fax2tiff</userinput>, <userinput>gif2tiff</userinput>,
    6 <userinput>pal2rgb</userinput>, <userinput>ppm2tiff</userinput>,
    7 <userinput>ras2tiff</userinput>, <userinput>rgb2ycbcr</userinput>,
    8 <userinput>thumbnail</userinput>, <userinput>tiff2bw</userinput>,
    9 <userinput>tiff2ps</userinput>, <userinput>tiff2rgba</userinput>,
    10 <userinput>tiffcmp</userinput>, <userinput>tiffcp</userinput>,
    11 <userinput>tiffdither</userinput>, <userinput>tiffdump</userinput>,
    12 <userinput>tiffinfo</userinput>, <userinput>tiffmedian</userinput>,
    13 <userinput>tiffsplit</userinput> and <filename>tiff</filename>
     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>
    1414libraries.</para>
    1515
     
    1919
    2020<sect3><title>fax2ps</title>
    21 <para>fac2ps converts a TIFF facsimile to compressed postscript
     21<para><command>fac2ps</command> converts a <acronym>TIFF</acronym> facsimile to compressed postscript
    2222file.</para></sect3>
    2323
    2424<sect3><title>fax2tiff</title>
    25 <para>fax2tiff creates a TIFF Class F fax file from raw fax
     25<para><command>fax2tiff</command> creates a <acronym>TIFF</acronym> Class F fax file from raw fax
    2626data.</para></sect3>
    2727
    2828<sect3><title>gif2tiff</title>
    29 <para>gif2tiff creates a TIFF file from a GIF87 format image
     29<para><command>gif2tiff</command> creates a <acronym>TIFF</acronym> file
     30from a <acronym>GIF87</acronym> format image
    3031file.</para></sect3>
    3132
    3233<sect3><title>pal2rgb</title>
    33 <para>pal2rgb converts a palette color TIFF image to a full
     34<para><command>pal2rgb</command> converts a palette color
     35<acronym>TIFF</acronym> image to a full
    3436color image.</para></sect3>
    3537
    3638<sect3><title>ppm2tiff</title>
    37 <para>ppm2tiff creates a TIFF file from a PPM image file.</para></sect3>
     39<para><command>ppm2tiff</command> creates a <acronym>TIFF</acronym> file
     40from a <acronym>PPM</acronym> image file.</para></sect3>
    3841
    3942<sect3><title>ras2tiff</title>
    40 <para>ras2tiff creates a TIFF file from a Sun rasterfile.</para></sect3>
     43<para><command>ras2tiff</command> creates a <acronym>TIFF</acronym> file from a Sun rasterfile.</para></sect3>
    4144
    4245<sect3><title>rgb2ycbcr</title>
    43 <para>rgb2ycbcr converts non-YCbCr TIFF images to a YCbCr TIFF
     46<para><command>rgb2ycbcr</command> converts non-YCbCr
     47<acronym>TIFF</acronym> images to a YCbCr <acronym>TIFF</acronym>
    4448image.</para></sect3>
    4549
    4650<sect3><title>thumbnail</title>
    47 <para>thumbnail creates a TIFF file with thumbnail images.</para></sect3>
     51<para><command>thumbnail</command> creates a <acronym>TIFF</acronym> file with thumbnail images.</para></sect3>
    4852
    4953<sect3><title>tiff2bw</title>
    50 <para>tiff2bw converts a color TIFF image to grayscale.</para></sect3>
     54<para><command>tiff2bw</command> converts a color <acronym>TIFF</acronym> image to grayscale.</para></sect3>
    5155
    5256<sect3><title>tiff2ps</title>
    53 <para>tiff2ps converts a TIFF image to a postscript file.</para></sect3>
     57<para><command>tiff2ps</command> converts a <acronym>TIFF</acronym> image to a postscript file.</para></sect3>
    5458
    5559<sect3><title>tiff2rgba</title>
     
    5761
    5862<sect3><title>tiffcmp</title>
    59 <para>tiffcmp compares two TIFF files.</para></sect3>
     63<para><command>tiffcmp</command> compares two <acronym>TIFF</acronym> files.</para></sect3>
    6064
    6165<sect3><title>tiffcp</title>
    62 <para>tiffcp copies (and possibly converts) a TIFF file.</para></sect3>
     66<para><command>tiffcp</command> copies (and possibly converts) a
     67<acronym>TIFF</acronym> file.</para></sect3>
    6368
    6469<sect3><title>tiffdither</title>
    65 <para>tiffdither converts a grayscale image to bilevel using
     70<para><command>tiffdither</command> converts a grayscale image to bilevel using
    6671dithering.</para></sect3>
    6772
    6873<sect3><title>tiffdump</title>
    69 <para>tiffdump prints verbatim information about TIFF files.</para></sect3>
     74<para><command>tiffdump</command> prints verbatim information about
     75<acronym>TIFF</acronym> files.</para></sect3>
    7076
    7177<sect3><title>tiffinfo</title>
    72 <para>tiffinfo prints information about TIFF files.</para></sect3>
     78<para><command>tiffinfo</command> prints information about
     79<acronym>TIFF</acronym> files.</para></sect3>
    7380
    7481<sect3><title>tiffmedian</title>
    75 <para>tiffmedian applies the median cut algorithm to data in a
    76 TIFF file.</para></sect3>
     82<para><command>tiffmedian</command> applies the median cut algorithm to data in a
     83<acronym>TIFF</acronym> file.</para></sect3>
    7784
    7885<sect3><title>tiffsplit</title>
    79 <para>tiffsplit splits a multi-image TIFF into single-image
    80 TIFF files.</para></sect3>
     86<para><command>tiffsplit</command> splits a multi-image
     87<acronym>TIFF</acronym> into single-image
     88<acronym>TIFF</acronym> files.</para></sect3>
    8189
    8290<sect3><title>tiff libraries</title>
  • general/graphlib/libtiff/libtiff-exp.xml

    rcff9a38 rcf4aab7  
    22<title>Command explanations</title>
    33
    4 <para><userinput>--noninteractive</userinput> : This switch is used to
     4<para><command>--noninteractive</command> : This switch is used to
    55avoid the configuration routine asking for confirmation of the
    66directories to install to (which we pass using switches to configure
    77anyways).</para>
    88
    9 <para><userinput>--with-DIR_MAN=/usr/share/man</userinput> : This is
     9<para><command>--with-DIR_MAN=/usr/share/man</command> : This is
    1010used because despite the fact we pass
    11 <userinput>--prefix=/usr</userinput>, the configure
     11<command>--prefix=/usr</command>, the configure
    1212routine tries to install the man pages in
    1313<filename>/usr/local/man</filename> instead of the
  • general/graphlib/libtiff/libtiff-inst.xml

    rcff9a38 rcf4aab7  
    11<sect2>
    2 <title>Installation of libtiff</title>
     2<title>Installation of <application>libtiff</application></title>
    33
    4 <para>Install libtiff by running the following commands:</para>
     4<para>Install <application>libtiff</application> by running the following commands:</para>
    55
    6 <para><screen><userinput>./configure --prefix=/usr --noninteractive \
     6<para><screen><userinput><command>./configure --prefix=/usr --noninteractive \
    77   --with-DIR_MAN=/usr/share/man &amp;&amp;
    88make &amp;&amp;
    9 make install</userinput></screen></para>
     9make install</command></userinput></screen></para>
    1010
    1111</sect2>
  • general/graphlib/libtiff/libtiff-intro.xml

    rcff9a38 rcf4aab7  
    11<sect2>
    2 <title>Introduction to libtiff</title>
     2<title>Introduction to <application>libtiff</application></title>
    33
    4 <screen>Download location (HTTP):       <ulink url="&libtiff-download-http;"/>
    5 Download location (FTP):        <ulink url="&libtiff-download-ftp;"/>
    6 Version used:                   &libtiff-version;
    7 Package size:                   &libtiff-size;
    8 Estimated Disk space required:  &libtiff-buildsize;
    9 Estimated build time:           &libtiff-time;</screen>
    10 
    11 <para>The libtiff package contains the tiff libraries and associated
     4<para>The <application>libtiff</application> package contains the tiff libraries and associated
    125utilities.  The libraries are used by many programs for reading and
    136writing tiff files and the utilities are useful for general work with
    147tiff files.</para>
    158
     9<sect3><title>Package information</title>
     10<itemizedlist spacing='compact'>
     11<listitem><para>Download (HTTP): <ulink url="&libtiff-download-http;"/></para></listitem>
     12<listitem><para>Download (FTP): <ulink url="&libtiff-download-ftp;"/></para></listitem>
     13<listitem><para>Download size: &libtiff-size;</para></listitem>
     14<listitem><para>Estimated Disk space required: &libtiff-buildsize;</para></listitem>
     15<listitem><para>Estimated build time: &libtiff-time;</para></listitem></itemizedlist>
     16</sect3>
     17
     18
    1619</sect2>
  • index.xml

    rcff9a38 rcf4aab7  
    33                        "/usr/share/docbook/docbookx.dtd" [
    44
    5 <!ENTITY version "20030612">
    6 <!ENTITY releasedate "June 12th, 2003">
     5<!ENTITY version "20030613">
     6<!ENTITY releasedate "June 13th, 2003">
    77
    88<!ENTITY % book SYSTEM "book/book.ent">
  • introduction/welcome/changelog.xml

    rcff9a38 rcf4aab7  
    1010
    1111<itemizedlist>
     12
     13<listitem><para>June 13th, 2003 [larry]: general: updated intro on
     14libjpeg and libtiff.</para></listitem>
    1215
    1316<listitem><para>June 12th, 2003 [larry]: general: Updated intro on
Note: See TracChangeset for help on using the changeset viewer.