gimp_xcf_load << INDEX >> perl_fu_add_glow

gimp_xcf_save (1995-1996)

NAME
gimp_xcf_save - saves file in the .xcf file format
SYNOPSIS
gimp_xcf_save (dummy_param,image,drawable,filename,raw_filename)
DESCRIPTION
The xcf file format has been designed specifically for loading and saving tiled and layered images in the GIMP. This procedure will save the specified image in the xcf file format.
MENUPATH
<Save>/XCF (GIMP)
IMAGETYPES
RGB*, GRAY*, INDEXED*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32dummy_paramdummy parameter
IMAGEimageInput image
DRAWABLEdrawableActive drawable of input image
STRINGfilenameThe name of the file to save the image in
STRINGraw_filenameThe name of the file to load
SOME SYNTAX ALTERNATIVES
Gimp->xcf_save (dummy_param,image,drawable,filename,raw_filename)
xcf_save Layer (dummy_param,image,drawable,filename,raw_filename)
xcf_save Image (dummy_param,image,drawable,filename,raw_filename)
xcf_save Channel (dummy_param,image,drawable,filename,raw_filename)
xcf_save Display (dummy_param,image,drawable,filename,raw_filename)
xcf_save Drawable (dummy_param,image,drawable,filename,raw_filename)
INSTALLATION PATH
gimp_xcf_save
AUTHOR
Spencer Kimball & Peter Mattis
(c)1995-1996 Spencer Kimball & Peter Mattis


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