gimp_version << INDEX >> gimp_xcf_save

gimp_xcf_load (1995-1996)

NAME
gimp_xcf_load - loads file saved in the .xcf file format
SYNOPSIS
image = gimp_xcf_load (dummy_param,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 load the specified file.
MENUPATH
<Load>/XCF (GIMP)
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32dummy_paramdummy parameter
STRINGfilenameThe name of the file to load
STRINGraw_filenameThe name of the file to load
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEimageOutput image
SOME SYNTAX ALTERNATIVES
image = Gimp->xcf_load (dummy_param,filename,raw_filename)
image = xcf_load Layer (dummy_param,filename,raw_filename)
image = xcf_load Image (dummy_param,filename,raw_filename)
image = xcf_load Channel (dummy_param,filename,raw_filename)
image = xcf_load Display (dummy_param,filename,raw_filename)
image = xcf_load Drawable (dummy_param,filename,raw_filename)
INSTALLATION PATH
gimp_xcf_load
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>