| TYPE | NAME | DESCRIPTION
|
|---|
| INT32 | run_mode | Interactive, non-interactive |
| IMAGE | image | Input image |
| DRAWABLE | drawable | Drawable to save |
| STRING | filename | The name of the file to save the image in |
| STRING | raw_filename | The name of the file to save the image in |
| FLOAT | width | Width of the image in PostScript file (0: use input image size) |
| FLOAT | height | Height of image in PostScript file (0: use input image size) |
| FLOAT | x_offset | X-offset to image from lower left corner |
| FLOAT | y_offset | Y-offset to image from lower left corner |
| INT32 | unit | Unit for width/height/offset. 0: inches, 1: millimeters |
| INT32 | keep_ratio | 0: use width/height, 1: keep aspect ratio |
| INT32 | rotation | 0, 90, 180, 270 |
| INT32 | eps_flag | 0: PostScript, 1: Encapsulated PostScript |
| INT32 | preview | 0: no preview, >0: max. size of preview |
| INT32 | level | 1: PostScript Level 1, 2: PostScript Level 2 |