IJSGIMPPRINTSection: Gimp-Print Manual Pages (1)Updated: 15 Jul 2004 |
IJSGIMPPRINTSection: Gimp-Print Manual Pages (1)Updated: 15 Jul 2004 |
ijsgimpprint provides Ghostscript with a Gimp-Print driver, supporting all printers supported by libgimpprint.
IJS is an initiative to improve the quality and ease of use of printing with Ghostscript. It permits adding or upgrading drivers without recompiling Ghostscript. An IJS driver runs in a separate process that communicates with Ghostscript via an IPC channel. The Gimp-Print IJS driver may be used with AFPL Ghostscript, as it runs in a separate process.
The options for this driver are very complex. We strongly recommend use of a printer management system such as Foomatic rather than configuring a spooler manually with this driver. The driver name used by Foomatic is gimp-print-ijs.
This is printer type specific. The option names are case sensitive. A full list of available media types may be found in gimmprint-inktypes(7).
This is printer type specific. The option names are case sensitive. A full list of available media types may be found in gimpprint-mediatypes(7).
This is printer type specific. The option names are case sensitive. A full list of available media sources may be found in gimpprint-mediasources(7).
This is printer-specific; we cannot list the correct values for each printer here. The option names are case-sensitive. Two names are listed for each resolution; the first (short) name is the value that must be passed to -sPAPERSIZE, and the second (long) name is descriptive. This option does not set GhostScript up to use a paper size other than the default; it only tells the driver to set up the printer for a different paper size. The default paper size is "Letter".
A complete list of available paper sizes may be found in gimpprint-mediasizes(7).
A full description of the color balancing options, including the allowed ranges of values, may be found in gimpprint-color(7).
Note these are gs options, not IJS options. Choose color vs. grayscale output. Color output is the default. Choosing DeviceGrey and -dBitsPerSample=1 results in only black ink (no color ink) being used, which is faster and usually results in the most accurate grayscale, but at the expense of smoothness. This prints only black and white (thresholding). This option always uses Fast dithering unless you specify Very Fast. If you want composite color (using a mixture of color and black inks to produce gray), use DeviceGrey.
In addition, using DeviceGrey uses luminance (perceived brightness) of red, green, and blue to choose output levels. Blue of a given intensity is perceived to be much darker than red, which in turn appears darker than green. DeviceRGB, DeviceCYMK and Saturation=0.0 (see "Saturation" above) do not use luminance.
CMYK output may be used with the IJS driver only. It is useful if you're printing a CMYK graphic and want explicit control over the inks. Generally it yields inferior quality, as Gimp-Print has good algorithms for converting RGB (screen) into CMYK (inks) that take into account paper type, ink type, and other variables. In CMYK mode, the brightness, contrast, and saturation controls do not function.
| Value | Description |
| 1 |
Line art (color or gray scale)
|
| 2 |
Primarily solid colors or smooth gradients (color or gray scale)
|
| 3 |
Continuous-tone photographs (color or gray scale)
|
Note that any of the modes may be used with either color or black & white output. If black and white output is requested, but a color mode used, composite color will be printed. This generally offers smoother tone, but less purity of gray or black, than pure black ink. Furthermore, it is possible to tune the color of the gray (to achieve warmer or cooler effects) using the color controls in this fashion.
Specifying a lower GhostScript resolution (with -r) results in faster color conversion. For example, if you print at 1440x720 DPI, but specify a Ghostscript resolution of 360 DPI (with -r360), output will be significantly faster and there will be much less difference in performance between the three image type options.
The IJS driver was originally written by Russell Lang, and incorporated into Gimp-Print in early 2002. This driver corresponds with the IJS protocol 0.32.
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.
You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
This manual page was written by Robert Krawitz (rlk@alum.mit.edu) and Roger Leigh (roger@whinlatter.uklinux.net).