mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-01 13:02:35 +08:00
f45b195302
git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@3 af4574ff-66df-0310-9fd7-8a98e5e911e0
39 lines
1.1 KiB
XML
39 lines
1.1 KiB
XML
<sect2>
|
|
<title>Contents</title>
|
|
|
|
<para>The libjpeg package contains <userinput>cjpeg, djpeg, jpegtran,
|
|
rdjpgcom, wrjpgcom</userinput> and the <userinput>jpeg
|
|
libraries</userinput>.</para>
|
|
|
|
</sect2>
|
|
|
|
<sect2><title>Description</title>
|
|
|
|
<sect3><title>cjpeg</title>
|
|
<para>cjpeg compresses image files to produce a JPEG/JFIF file on the standard
|
|
output. Currently supported input file formats are: PPM (PBMPLUS color
|
|
format), PGM (PBMPLUS gray-scale format), BMP, and Targa</para></sect3>
|
|
|
|
<sect3><title>djpeg</title>
|
|
<para>djpeg decompresses image files from JPEG/JFIF format to either PPM
|
|
(PBMPLUS color format), PGM (PBMPLUS gray-scale format), BMP, or Targa
|
|
format.</para></sect3>
|
|
|
|
<sect3><title>jpegtran</title>
|
|
<para>jpegtran is used for lossless transformation of JPEG
|
|
files</para></sect3>
|
|
|
|
<sect3><title>rdjpgcom</title>
|
|
<para>rdjpgcom displays text comments from within a JPEG
|
|
file</para></sect3>
|
|
|
|
<sect3><title>wrjpgcom</title>
|
|
<para>wrjpgcom inserts text comments into a JPEG file</para></sect3>
|
|
|
|
<sect3><title>jpeg libraries</title>
|
|
<para>These libraries are used by many programs for reading and writing
|
|
jpeg format files.</para></sect3>
|
|
|
|
</sect2>
|
|
|