gimp_file_load_thumbnail << INDEX >> gimp_file_save_thumbnail

gimp_file_save (1997)

NAME
gimp_file_save - Saves a file by extension.
SYNOPSIS
gimp_file_save (run_mode,image,drawable,filename,raw_filename)
DESCRIPTION
This procedure invokes the correct file save handler according to the file's extension and/or prefix. The name of the file to save 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/ she 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)
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
SOME SYNTAX ALTERNATIVES
$drawable->file_save (filename,raw_filename)
$image->file_save (drawable,filename,raw_filename)
gimp_file_save (drawable,filename,raw_filename)
Gimp->file_save (drawable,filename,raw_filename)
file_save Layer (drawable,filename,raw_filename)
file_save Image (drawable,filename,raw_filename)
AUTHOR
Josh MacDonald
(c)1997 Josh MacDonald


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