# rasterscript.cf - configuration file for rasterscript.py # See: rasterscript-0.6.1-README.txt # Entries below with a DEFAULT value can be commented out # Color codes are processed as numeric strings # Therefore: color = 'CCCCCC'. Not: color = 0xCCCCCC or color = '#CCCCCC' # If either of these is not set, page dimensions of the document are used. Values may differ. #pagewidth = 1000 #pageheight = 1000 # Background #cellshape = 'circle' # DEFAULTS TO 'square'. Almost always suitable. cellsize = 200 # MUST BE SET. This setting is used rather globally. #cellstrokecolor = 'ffffff' # DEFAULTS TO '000000'. #cellstrokewidth = 10 # DEFAULTS TO '0'. For 'line art' effect. # Eyes #eyeshape = 'square' # DEFAULTS TO 'circle'. eyesize = 80 # MUST BE SET. eye size: diameter, not radius (!) #eyestrokecolor = 'ffffff' # DEFAULTS TO '000000'. #eyestrokewidth = 10 # DEFAULTS TO '0'. For 'line art' effect. #wobbly = 'yes' # DEFAULTS TO 'no'. Randomize 'eye' positions? # Raster #raster = 'yes' # DEFAULTS TO 'no'. A 'raster' is an opaque layer with holes in it. #holeshape = 'square' # DEFAULTS TO 'circle'. #holesize = 140 #rastercolor = '007f80' # DEFAULTS TO 'ffffff' #rastercolor = 'transparent' # Makes the raster seem transparent # Palette #palette = 'yes' # DEFAULTS TO 'no'. load palette? requires a palette file. #palettefile = '/home/nobody/palette.txt' # MUST BE SET with palette. #matrix = 'yes' # DEFAULTS TO 'no'. If yes, a palette is ignored. #matrixfile = '/home/nobody/matrix.txt' # MUST BE SET with matrix.