source: general/graphlib/libjpeg.xml@ 70823f8

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 xry111/intltool xry111/llvm18 xry111/soup3 xry111/test-20220226 xry111/xf86-video-removal
Last change on this file since 70823f8 was 52d29f7, checked in by Bruce Dubbs <bdubbs@…>, 20 years ago

XML Updates to Part III from DJ

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

  • Property mode set to 100644
File size: 5.5 KB
Line 
1<?xml version="1.0" encoding="ISO-8859-1"?>
2<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
3 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
4 <!ENTITY % general-entities SYSTEM "../../general.ent">
5 %general-entities;
6
7<!ENTITY libjpeg-download-http "http://www.ijg.org/files/jpegsrc.v&libjpeg-version;.tar.gz">
8<!ENTITY libjpeg-download-ftp "ftp://ftp.uu.net/graphics/jpeg/jpegsrc.v&libjpeg-version;.tar.gz">
9<!ENTITY libjpeg-size "599 KB">
10<!ENTITY libjpeg-buildsize "3.7 MB">
11<!ENTITY libjpeg-time "0.26 SBU">
12
13]>
14
15<sect1 id="libjpeg" xreflabel="libjpeg-&libjpeg-version;">
16<?dbhtml filename="libjpeg.html"?>
17<title>libjpeg-&libjpeg-version;</title>
18
19<sect2>
20<title>Introduction to <application>libjpeg</application></title>
21
22<para>The <application>libjpeg</application> package contains libraries
23that allow compression of image files based on the Joint Photographic Experts
24Group standard. It is a "lossy" compression algorithm.</para>
25
26<sect3><title>Package information</title>
27<itemizedlist spacing='compact'>
28<listitem><para>Download (HTTP): <ulink url="&libjpeg-download-http;"/></para></listitem>
29<listitem><para>Download (FTP): <ulink url="&libjpeg-download-ftp;"/></para></listitem>
30<listitem><para>Download size: &libjpeg-size;</para></listitem>
31<listitem><para>Estimated Disk space required: &libjpeg-buildsize;</para></listitem>
32<listitem><para>Estimated build time: &libjpeg-time;</para></listitem></itemizedlist>
33</sect3>
34
35</sect2>
36
37<sect2>
38<title>Installation of <application>libjpeg</application></title>
39
40<para>Install <application>libjpeg</application> by running the following commands:</para>
41
42<screen><userinput><command>./configure --enable-static --enable-shared --prefix=/usr &amp;&amp;
43make &amp;&amp;
44make install</command></userinput></screen>
45
46</sect2>
47
48<sect2>
49<title>Command explanations</title>
50
51<para><command>./configure --enable-static --enable-shared --prefix=/usr</command>: This command tells libjpeg to build both shared and static libraries and
52to install them with a base of <filename>/usr</filename>.</para>
53
54</sect2>
55
56<sect2>
57<title>Configuring <application>libjpeg</application></title>
58
59<sect3><title>Configuration Information</title>
60
61<xi:include xmlns:xi="http://www.w3.org/2003/XInclude" href="../../lib-config.xml"/>
62
63</sect3>
64
65</sect2>
66
67<sect2>
68<title>Contents</title>
69
70<para>The libjpeg package contains <command>cjpeg</command>,
71<command>djpeg</command>, <command>jpegtran</command>,
72<command>rdjpgcom</command>, <command>wrjpgcom</command> and
73<filename>libjpeg</filename> libraries.</para>
74
75</sect2>
76
77<sect2><title>Description</title>
78
79<sect3><title>cjpeg</title>
80<para><command>cjpeg</command> compresses image files to produce a
81<acronym>JPEG</acronym>/<acronym>JFIF</acronym> file on the standard
82output. Currently supported input file formats are:
83<acronym>PPM</acronym> (PBMPLUS color
84format), <acronym>PGM</acronym> (PBMPLUS gray-scale
85format), <acronym>BMP</acronym>, and Targa.</para></sect3>
86
87<sect3><title>djpeg</title>
88<para><command>djpeg</command> decompresses image files from
89<acronym>JPEG/JFIF</acronym> format to either <acronym>PPM</acronym>
90(PBMPLUS color format), <acronym>PGM</acronym> (PBMPLUS gray-scale
91format), <acronym>BMP</acronym>, or Targa
92format.</para></sect3>
93
94<sect3><title>jpegtran</title>
95<para><command>jpegtran</command> is used for lossless transformation of
96<acronym>JPEG</acronym> files.</para></sect3>
97
98<sect3><title>rdjpgcom</title>
99<para><command>rdjpgcom</command> displays text comments from within a
100<acronym>JPEG</acronym> file.</para></sect3>
101
102<sect3><title>wrjpgcom</title>
103<para><command>wrjpgcom</command> inserts text comments into a
104<acronym>JPEG</acronym> file.</para></sect3>
105
106<sect3><title>jpeg libraries</title>
107<para>These libraries are used by many programs for reading and writing
108jpeg format files.</para></sect3>
109
110</sect2>
111
112</sect1>
113
Note: See TracBrowser for help on using the repository browser.