| 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 | quality | Quality of saved image (0 <= quality <= 1) |
| FLOAT | smoothing | Smoothing factor for saved image (0 <= smoothing <= 1) |
| INT32 | optimize | Optimization of entropy encoding parameters (0/1) |
| INT32 | progressive | Enable progressive jpeg image loading - ignored if not compiled with HAVE_PROGRESSIVE_JPEG (0/1) |
| STRING | comment | Image comment |
| INT32 | subsmp | The subsampling option number |
| INT32 | baseline | Force creation of a baseline JPEG (non-baseline JPEGs can't be read by all decoders) (0/1) |
| INT32 | restart | Frequency of restart markers (in rows, 0 = no restart markers) |
| INT32 | dct | DCT algorithm to use (speed/quality tradeoff) |