Reads the contents of an X-bitmap (XBM) file into a PV-WAVE variable.
image A 2D byte array containing the image from the file.
Color Specifies the foreground color. (Default: !P.Color)
Order Determines the y-scan order as follows:
READ_XBM, 'my.xbm', x; Reads in a file into a 2D byte array.
WzImage, x; Displays the image.