source: pst/printing/gimp-print.xml@ 20cdff5

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 20cdff5 was 03d51788, checked in by Randy McMurchy <randy@…>, 19 years ago

Added index tags to TeX

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

  • Property mode set to 100644
File size: 5.4 KB
Line 
1<!DOCTYPE sect1 PUBLIC "-//OASIS//DTD DocBook XML V4.3//EN"
2 "http://www.oasis-open.org/docbook/xml/4.3/docbookx.dtd" [
3 <!ENTITY % general-entities SYSTEM "../../general.ent">
4 %general-entities;
5
6 <!ENTITY gimp-print-download-http "http://prdownloads.sourceforge.net/gimp-print/gimp-print-&gimp-print-version;.tar.gz">
7 <!ENTITY gimp-print-download-ftp " ">
8 <!ENTITY gimp-print-size "5.2 MB">
9 <!ENTITY gimp-print-buildsize "27 MB">
10 <!ENTITY gimp-print-time "0.29 SBU">
11]>
12
13<sect1 id="gimp-print" xreflabel="Gimp-Print-&gimp-print-version;">
14<sect1info>
15<othername>$LastChangedBy$</othername>
16<date>$Date$</date>
17</sect1info>
18<?dbhtml filename="gimp-print.html"?>
19<title>Gimp-Print-&gimp-print-version;</title>
20
21<sect2>
22<title>Introduction to <application>Gimp-Print</application></title>
23
24<para>The <application>Gimp-Print</application> package contains
25high quality drivers for Canon, Epson, Lexmark and <acronym>PCL</acronym>
26printers for use with <xref linkend="espgs"/>, <xref linkend="cups"/>,
27<ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
28<xref linkend="LPRng"/>, <command>lpr</command> and the
29<application><acronym>GIMP</acronym>-1.2</application>. See a list of
30supported printers at
31<ulink url="http://gimp-print.sourceforge.net/p_Supported_Printers.php3"/>.
32</para>
33<!-- FIXME: APFL Ghostscript is not tested. Don't forget to check the license. -->
34
35<sect3><title>Package information</title>
36<itemizedlist spacing='compact'>
37<listitem><para>Download (HTTP):
38<ulink url="&gimp-print-download-http;"/></para></listitem>
39<listitem><para>Download (FTP):
40<ulink url="&gimp-print-download-ftp;"/></para></listitem>
41<listitem><para>Download size: &gimp-print-size;</para></listitem>
42<listitem><para>Estimated disk space required:
43&gimp-print-buildsize;</para></listitem>
44<listitem><para>Estimated build time:
45&gimp-print-time;</para></listitem></itemizedlist>
46</sect3>
47
48<sect3><title><application>Gimp-Print</application> dependencies</title>
49<sect4><title>Optional</title>
50<para>
51<xref linkend="cups"/>,
52<ulink url="http://www.linuxprinting.org/foomatic.html">Foomatic</ulink>,
53<ulink url="http://www.linuxprinting.org/ijs/">IJS</ulink>,
54<xref linkend="tex"/>, and <xref linkend="espgs"/> or
55<xref linkend="gs"/>
56</para></sect4>
57</sect3>
58
59</sect2>
60
61<sect2>
62<title>Installation of <application>Gimp-Print</application></title>
63
64<para>Install <application>Gimp-Print</application> by running the following
65commands:</para>
66
67<screen><userinput><command>./configure --prefix=/usr &amp;&amp;
68make &amp;&amp;
69make install</command></userinput></screen>
70
71</sect2>
72
73<sect2>
74<title>Command explanations</title>
75
76<para><option>--with-translated-ppds=no</option>: When this switch is given,
77only <acronym>US</acronym> English <acronym>PPD</acronym> files
78for <application><acronym>CUPS</acronym></application> will be built. Useful
79if the <acronym>PPD</acronym> files are not yet translated into your native
80language and you want to save some space by not installing unneeded
81translations.</para>
82
83<para><option>--enable-cups-level3-ps</option>: This option causes
84the build process to generate PostScript level 3 <acronym>PPD</acronym> files
85instead of level 2 ones.</para>
86
87</sect2>
88
89<sect2>
90<title>Configuring <application>Gimp-Print</application></title>
91
92<sect3><title>Configuration Information</title>
93
94<para>For <application><acronym>CUPS</acronym></application> to see newly
95installed <acronym>PPD</acronym> files, it has to be restarted:</para>
96
97<screen><userinput><command>/etc/rc.d/init.d/cups restart</command></userinput></screen>
98
99<note><para>This command may take a very long time (up to 10 minutes) to
100complete. Don't panic while
101<application><acronym>CUPS</acronym></application> is rescanning the
102list of <acronym>PPD</acronym> files. The long delay will happen only
103once.</para></note>
104
105<para>Then point your web browser to <ulink url="http://127.0.0.1:631"/>
106to add a new printer to <application><acronym>CUPS</acronym></application>.
107</para>
108</sect3>
109
110</sect2>
111
112<sect2>
113<title>Contents</title>
114
115<para>The <application>Gimp-Print</application> package contains
116<command>gimpprint-config</command>, <command>escputil</command>,
117<filename class='libraryfile'>libgimpprint</filename> libraries and
118optionally, <command>rastertoprinter</command> and
119<command>pstopxl</command> filter scripts for
120<application><acronym>CUPS</acronym></application>,
121<command>cups-calibrate</command>, <command>ijsgimpprint</command> and a
122plugin that allows printing images from
123<application><acronym>GIMP</acronym>-1.2</application>.
124</para>
125</sect2>
126
127<sect2>
128<title>Description</title>
129
130<sect3><title>gimpprint-config</title>
131<para><command>gimpprint-config</command> is a script to get information about
132the installed version of gimpprint.</para></sect3>
133
134<sect3><title>escputil</title>
135<para><command>escputil</command> is a command line utility to perform various
136maintenance tasks on Epson Stylus inkjet printers.</para></sect3>
137
138<sect3><title>cups-calibrate</title>
139<para><command>cups-calibrate</command> calibrates the color output of printers
140using the <application>Gimp-Print</application>
141<application><acronym>CUPS</acronym></application> or
142<application><acronym>ESP</acronym> Print Pro</application> drivers.</para>
143</sect3>
144
145<sect3><title>ijsgimpprint</title>
146<para><command>ijsgimpprint</command> is a Ghostscript driver for
147<application>Gimp-Print</application>.</para></sect3>
148
149</sect2>
150
151</sect1>
Note: See TracBrowser for help on using the repository browser.