The functionality of XPaint is divided into a toolbox area for selecting the current paint operation and paint windows for modifying/creating images. Each paint window has access to its own color palette and set of patterns, although the paint operation in use is globally selected for all windows.
XPaint runs on a variety of displays. It should be noted that saving images will adapt them to the current display type (i.e. a color image loaded on a greyscale screen will be saved as a grey image).
There is also an extensive on-line help system available.
-size w Default width and height for new images.
-12 Use a 12 bit PseudoColor visual.
-24 Use a 24 bit TrueColor visual.
-rcFile file Load file instead of the default RC file specified at compile time. See also the section RC FILE FORMAT below.
-popped Popup an empty canvas on startup.
-nowarn Do not emit warnings about possible data loss due to different depth of display and image.
-help Give a summary of the available options.
# or
! at the start of a line initiates a comment. The rest of the line is ignored.
solid color where color is a color in standard X11 format (eg. - see also X(1)) adds a solid color to the palette.
pattern BeginData bitmap where bitmap is a bitmap specification in XBM or XPM format, adds a fill pattern to the palette. Note that there must be a newline after and that EndData must appear on a line by itself.
pattern filename where filename is a file containing a bitmap in XBM or XPM format, also adds a pattern to the palette.