file-gif-save2

Spencer Kimball
Peter Mattis
Adam Moss
David Koblas

Description

saves files in Compuserve GIF file format

Help

Save a file in Compuserve GIF format, with possible animation, transparency, and comment. To save an animation, operate on a multi-layer file and give the 'as-animation' parameter as TRUE. The plug-in will interpret <50% alpha as transparent. When run non-interactively, the value for the comment is taken from the 'gimp-comment' parasite.


Type

unknown

Parameters

Type Name Description
PF_INT run-mode The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) }
PF_IMAGE image Image to save
PF_DRAWABLE drawable Drawable to save
PF_VALUE filename The name of the file to save the image in
PF_VALUE raw-filename The name entered
PF_INT interlace Try to save as interlaced
PF_INT loop (animated gif) loop infinitely
PF_INT default-delay (animated gif) Default delay between framese in milliseconds
PF_INT default-dispose (animated gif) Default disposal type (0=`don't care`, 1=combine, 2=replace)
PF_INT as-animation Save GIF as animation?
PF_INT force-delay (animated gif) Use specified delay for all frames?
PF_INT force-dispose (animated gif) Use specified disposal for all frames?

Return

None