1998
Gordon Matzigkeit
Save a file in X10 or X11 bitmap (XBM) file format
Save a file in X10 or X11 bitmap (XBM) file format. XBM is a lossless format for flat black-and-white (two color indexed) images.
unknown
Type | Name | Description |
---|---|---|
PF_INT | run-mode | The run mode { RUN-INTERACTIVE (0), RUN-NONINTERACTIVE (1) } |
PF_IMAGE | image | Input image |
PF_DRAWABLE | drawable | Drawable to save |
PF_VALUE | filename | The name of the file to save |
PF_VALUE | raw-filename | The name entered |
PF_VALUE | comment | Image description (maximum 72 bytes) |
PF_INT | x10 | Save in X10 format |
PF_INT | x-hot | X coordinate of hotspot |
PF_INT | y-hot | Y coordinate of hotspot |
PF_VALUE | prefix | Identifier prefix [determined from filename] |
PF_INT | write-mask | (0 = ignore, 1 = save as extra file) |
PF_VALUE | mask-extension | Extension of the mask file |
None