| |
float aspect= | aspect ratio
|
string bgcolor= | background color (black,white,light,dark)
'light' and 'dark' cause the background to be transparent (in PNG and GIF)
|
int bitrate=400000 | MPEG bitrate
|
int delay=10 | animation delay (if type=="gif" or "mpeg")
|
int dither= | dithering to improve raster display, see "man vplotraster"
0 No dither,
1 Random Dither
2 Ordered Dither
3 Minimized Average Error Method
4 Digital Halftoning
|
int fat=0 | base line fatness
|
float greyc=1.0 | "grey correction" modifies the grey scale used to display a raster to simulate the nonlinearity of displays, see "man vplotraster"
|
bool mono=n [y/n] | no color
|
float pixc=1.0 | "pixel correction" controls alteration of the grey scale, see "man vplotraster".
|
float ppi= | pixels per inch
|
string type= | image type (png, jpeg, gif, mpeg)
|
|