| TYPE | NAME | DESCRIPTION |
|---|---|---|
| INT32 | run_mode | Interactive, non-interactive |
| IMAGE | image | Image to save |
| DRAWABLE | drawable | Drawable to save |
| STRING | filename | The name of the file to save the image in |
| STRING | raw_filename | The name entered |
| INT32 | interlace | Try to save as interlaced |
| INT32 | loop | (animated gif) loop infinitely |
| INT32 | default_delay | (animated gif) Default delay between framese in milliseconds |
| INT32 | default_dispose | (animated gif) Default disposal type (0=`don't care`, 1=combine, 2=replace) |