| Paint options
| 
| Paint options are set via a system variable.
|
| Option  Meaning                                               Values
|   D     Sprite file window display                            [DF][WB]
|           D = Drawing and name
|           F = Full info
|           W = Desktop colours
|           B = BBC-style colours
|   C     Automatically open colours                            [+-][LS]
|           + = open when sprite opened
|           - = don't open
|           L = open colours large
|           S = open colours small
|   T     Automatically open tools                              [+-]
|           + = open when loaded
|           - = don't open
|   Z     Zoom factor                                           a:b
|           a = multiplier
|           b = divisor
|   G     Grid display                                          [+-]n
|           + = show grid
|           - = no grid
|           n = colour number to use
|
| For example (the default):
|     Set Paint$Options DDW C+L T+ Z1:1 G+7
| DDW  - Drawing and name, using desktop colours
| C+L  - Display colours window at large size when sprite opened
| T+   - Display toolbox
| Z1:1 - Set zoom factor 1:1
| G+7  - Grid on, black lines
|
|
| Paint Dynamic Area Limit is set via a system variable.
| (if Paint is started and Paint$DALimit is unknown, it is set as 30M)
|
| Option  Meaning
|   xxxM  amount (xxx) in MB
|
|
| For example (the default):
|     Set Paint$DALimit 30M
|
|
| Paint JPEG output options are set via a system variable.
|
| Option  Meaning
| C | G   C  colour JPEG output
|         G  greyscale JPEG output
|
| xxx     xxx the JPEG quality as a percentage from 1 - 100
|
|
| For example (the default):
|     Set Paint$JPEGQuality C75
|
|
| Use AppsSetup to make choices to these configuration settings
