file_ps_load_setargs << INDEX >> file_psd_load

file_ps_save (v1.11 31-Aug-2000)

NAME
file_ps_save - save file in PostScript file format
SYNOPSIS
file_ps_save (run_mode,image,drawable,filename,raw_filename,width,height,x_offset,y_offset,unit,keep_ratio,rotation,eps_flag,preview,level)
DESCRIPTION
PostScript saving handles all image types except those with alpha channels.
MENUPATH
<Save>/PostScript
IMAGETYPES
RGB, GRAY, INDEXED
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image
DRAWABLEdrawableDrawable to save
STRINGfilenameThe name of the file to save the image in
STRINGraw_filenameThe name of the file to save the image in
FLOATwidthWidth of the image in PostScript file (0: use input image size)
FLOATheightHeight of image in PostScript file (0: use input image size)
FLOATx_offsetX-offset to image from lower left corner
FLOATy_offsetY-offset to image from lower left corner
INT32unitUnit for width/height/offset. 0: inches, 1: millimeters
INT32keep_ratio0: use width/height, 1: keep aspect ratio
INT32rotation0, 90, 180, 270
INT32eps_flag0: PostScript, 1: Encapsulated PostScript
INT32preview0: no preview, >0: max. size of preview
INT32level1: PostScript Level 1, 2: PostScript Level 2
SOME SYNTAX ALTERNATIVES
file_ps_save (drawable,filename,raw_filename,width,height,x_offset,y_offset,unit,keep_ratio,rotation,eps_flag,preview,level)
file_ps_save (image,drawable,filename,raw_filename,width,height,x_offset,y_offset,unit,keep_ratio,rotation,eps_flag,preview,level)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/ps
AUTHOR
Peter Kirchgessner <peter@kirchgessner.net>
(c)v1.11 31-Aug-2000 Peter Kirchgessner


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