file_gif_load << INDEX >> file_gih_load

file_gif_save (1995-1997)

NAME
file_gif_save - saves files in Compuserve GIF file format
SYNOPSIS
file_gif_save (run_mode,image,drawable,filename,raw_filename,interlace,loop,default_delay,default_dispose)
DESCRIPTION
Save a file in Compuserve GIF format, with possible animation, transparency, and comment. To save an animation, operate on a multi-layer file. The plug-in will intrepret <50% alpha as transparent. When run non-interactively, the value for the comment is taken from the 'gimp-comment' parasite.
MENUPATH
<Save>/GIF
IMAGETYPES
INDEXED*, GRAY*
INPUT ARGUMENTS
TYPENAMEDESCRIPTION
INT32run_modeInteractive, non-interactive
IMAGEimageImage to save
DRAWABLEdrawableDrawable to save
STRINGfilenameThe name of the file to save the image in
STRINGraw_filenameThe name entered
INT32interlaceTry to save as interlaced
INT32loop(animated gif) loop infinitely
INT32default_delay(animated gif) Default delay between framese in milliseconds
INT32default_dispose(animated gif) Default disposal type (0=`don't care`, 1=combine, 2=replace)
SOME SYNTAX ALTERNATIVES
file_gif_save (drawable,filename,raw_filename,interlace,loop,default_delay,default_dispose)
file_gif_save (image,drawable,filename,raw_filename,interlace,loop,default_delay,default_dispose)
INSTALLATION PATH
/opt/lib/gimp/1.2/plug-ins/gif
AUTHOR
Spencer Kimball, Peter Mattis, Adam Moss, David Koblas
(c)1995-1997 Spencer Kimball, Peter Mattis, Adam Moss, David Koblas


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