file_pat_load << INDEX >> file_pcx_load

file_pat_save (1997)

NAME
file_pat_save - Saves Gimp pattern file (.PAT)
SYNOPSIS
file_pat_save (run_mode,image,drawable,filename,raw_filename,description)
DESCRIPTION
New Gimp patterns can be created by saving them in the appropriate place with this plug-in.
MENUPATH
<Save>/PAT
IMAGETYPES
RGB, GRAY
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
STRINGdescriptionShort description of the pattern
SOME SYNTAX ALTERNATIVES
file_pat_save (drawable,filename,raw_filename,description)
file_pat_save (image,drawable,filename,raw_filename,description)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/pat
AUTHOR
Tim Newsome
(c)1997 Tim Newsome


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