gimp_file_save << INDEX >> gimp_flip

gimp_file_save_thumbnail (1997)

NAME
gimp_file_save_thumbnail - Saves a thumbnail for the given image
SYNOPSIS
gimp_file_save_thumbnail (image,filename)
DESCRIPTION
This procedure saves a thumbnail in the .xvpics format for the given image. The thumbnail is saved so that it belongs to the file with the given filename. This means you have to save the image under this name first, otherwise this procedure will fail. This procedure may become useful if you want to explicitely save a thumbnail with a file.
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
IMAGEimageThe image
STRINGfilenameThe name of the file the thumbnail belongs to
SOME SYNTAX ALTERNATIVES
$image->file_save_thumbnail (filename)
AUTHOR
Josh MacDonald
(c)1997 Josh MacDonald


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