1995-1997
Spencer Kimball, Peter Mattis, Adam Moss, David Koblas
saves files in Compuserve GIF file format
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 interpret <50% alpha as transparent. When run non-interactively, the value for the comment is taken from the 'gimp-comment' parasite.
unknown
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) |
None