gimp_eraser_default << INDEX >> gimp_file_load_thumbnail

gimp_file_load (1997)

NAME
gimp_file_load - Loads a file by extension.
SYNOPSIS
image = gimp_file_load (run_mode,filename,raw_filename)
DESCRIPTION
This procedure invokes the correct file load handler according to the file's extension and/or prefix. The name of the file to load is typically a full pathname, and the name entered is what the user actually typed before prepending a directory path. The reason for this is that if the user types http://www.xcf/~gimp/ he wants to fetch a URL, and the full pathname will not look like a URL.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeThe run mode: RUN_INTERACTIVE (0) or RUN_NONINTERACTIVE (1)
STRINGfilenameThe name of the file to load
STRINGraw_filenameThe name entered
RETURN VALUES
TYPENAMEDESCRIPTION
IMAGEimageThe output image
SOME SYNTAX ALTERNATIVES
image = gimp_file_load (filename,raw_filename)
image = Gimp->file_load (filename,raw_filename)
image = Gimp->file_load (filename,raw_filename)
image = file_load Layer (filename,raw_filename)
image = file_load Image (filename,raw_filename)
image = file_load Layer (filename,raw_filename)
AUTHOR
Josh MacDonald
(c)1997 Josh MacDonald


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