file_pnm_save << INDEX >> file_ps_load

file_print_gimp (4.0.4 - 02 Dec 2000)

NAME
file_print_gimp - This plug-in prints images from The GIMP.
SYNOPSIS
file_print_gimp (run_mode,image,drawable,output_to,driver,ppd_file,output_type,resolution,media_size,media_type,media_source,brightness,scaling,orientation,left,top,gamma,contrast,cyan,magenta,yellow,linear,image_type,saturation,density,ink_type,dither_algorithm,unit)
DESCRIPTION
Prints images to PostScript, PCL, or ESC/P2 printers.
MENUPATH
<Image>/File/Print...
IMAGETYPES
RGB*,GRAY*,INDEXED*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image
DRAWABLEdrawableInput drawable
STRINGoutput_toPrint command or filename (| to pipe to command)
STRINGdriverPrinter driver short name
STRINGppd_filePPD file
INT32output_typeOutput type (0 = gray, 1 = color)
STRINGresolutionResolution ("300", "720", etc.)
STRINGmedia_sizeMedia size ("Letter", "A4", etc.)
STRINGmedia_typeMedia type ("Plain", "Glossy", etc.)
STRINGmedia_sourceMedia source ("Tray1", "Manual", etc.)
FLOATbrightnessBrightness (0-400%)
FLOATscalingOutput scaling (0-100%, -PPI)
INT32orientationOutput orientation (-1 = auto, 0 = portrait, 1 = landscape)
INT32leftLeft offset (points, -1 = centered)
INT32topTop offset (points, -1 = centered)
FLOATgammaOutput gamma (0.1 - 3.0)
FLOATcontrastContrast
FLOATcyanCyan level
FLOATmagentaMagenta level
FLOATyellowYellow level
INT32linearLinear output (0 = normal, 1 = linear)
INT32image_typeImage type (0 = line art, 1 = solid tones, 2 = continuous tone, 3 = monochrome)
FLOATsaturationSaturation (0-1000%)
FLOATdensityDensity (0-200%)
STRINGink_typeType of ink or cartridge
STRINGdither_algorithmDither algorithm
INT32unitUnit 0=Inches 1=Metric
SOME SYNTAX ALTERNATIVES
file_print_gimp (drawable,output_to,driver,ppd_file,output_type,resolution,media_size,media_type,media_source,brightness,scaling,orientation,left,top,gamma,contrast,cyan,magenta,yellow,linear,image_type,saturation,density,ink_type,dither_algorithm,unit)
file_print_gimp (image,drawable,output_to,driver,ppd_file,output_type,resolution,media_size,media_type,media_source,brightness,scaling,orientation,left,top,gamma,contrast,cyan,magenta,yellow,linear,image_type,saturation,density,ink_type,dither_algorithm,unit)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/print
AUTHOR
Michael Sweet <mike@easysw.com> and Robert Krawitz
(c)4.0.4 - 02 Dec 2000 Copyright 1997-2000 by Michael Sweet and Robert Krawitz


This page was created by gimpdoc, written by Marc Lehmann <pcg@goof.com>