file_gih_load << INDEX >> file_gz_load

file_gih_save (1999)

NAME
file_gih_save - saves images in GIMP brush pipe format
SYNOPSIS
file_gih_save (run_mode,image,drawable,filename,raw_filename,spacing,description,cell_width,cell_height,display_cols,display_rows,dimension,rank,dimension,sel)
DESCRIPTION
This plug-in saves an image in the GIMP brush pipe format. The image must have an alpha chnannel and can be multi-layered, and additionally the layers can be divided into a rectangular array of brushes.
MENUPATH
<Save>/GIH
IMAGETYPES
RGBA, GRAYA
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageInput image
DRAWABLEdrawableDrawable to save
STRINGfilenameThe name of the file to save the brush pipe in
STRINGraw_filenameThe name of the file to save the brush pipe in
INT32spacingSpacing of the brush
STRINGdescriptionShort description of the brush pipe
INT32cell_widthWidth of the brush cells
INT32cell_heightWidth of the brush cells
INT8display_colsDisplay column number
INT8display_rowsDisplay row number
INT32dimensionDimension of the brush pipe
INT8ARRAYrankRanks of the dimensions
INT32dimensionDimension (again)
STRINGARRAYselSelection modes
SOME SYNTAX ALTERNATIVES
file_gih_save (drawable,filename,raw_filename,spacing,description,cell_width,cell_height,display_cols,display_rows,rank,sel)
file_gih_save (image,drawable,filename,raw_filename,spacing,description,cell_width,cell_height,display_cols,display_rows,rank,sel)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/gih
AUTHOR
Tor Lillqvist
(c)1999 Tor Lillqvist


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