| TYPE | NAME | DESCRIPTION
|
|---|
| INT32 | run_mode | Interactive, non-interactive |
| IMAGE | image | Input image (one of the Anim Frames) |
| DRAWABLE | drawable | Input drawable (unused) |
| INT32 | range_from | frame nr to start |
| INT32 | range_to | frame nr to stop (can be lower than range_from) |
| INT32 | flatten | 0 .. dont flatten image before save |
| INT32 | dest_type | 0=RGB, 1=GRAY, 2=INDEXED |
| INT32 | dest_colors | 1 upto 256 (used only for dest_type INDEXED) |
| INT32 | dest_dither | 0=no, 1=floyd-steinberg 2=fs/low-bleed, 3=fixed (used only for dest_type INDEXED) |
| STRING | extension | extension for the destination filetype (jpg, tif ...or any other gimp supported type) |
| STRING | basename | (optional parameter) here you may specify the basename of the destination frames "/my_dir/myframe" _0001.ext is added) |