Whole document tree
    

Whole document tree

4.3.4 [WINDOWS] next up previous contents index
Next: 4.4 The Exclusion List Up: 4.3 The Configuration File Previous: 4.3.3 [OS2]   Contents   Index

4.3.4 [WINDOWS]

exclusion_lists
a list of filenames specifying exclusion lists to be inspected. Names are separated by semicolons. (default: nothing)
convert_program
path and name for the ImageMagick convert tool with arguments
(default: convert.exe %type%:%input% bmp:%output%)
bmp_to_tbmp
path and name for the Bmp2Tbmp tool (default: Bmp2Tbmp.exe -i=%input% -o=%output% -maxwidth=%maxwidth% -maxheight=%maxheight% -compress=%compress% -color=%colors%)
tbmp_compression_type
use compression (string, default: yes)
python_program
path and name for the Python executable (string, no default)
group_path
path of the Plucker program group (string, no default)
http_proxy
proxy settings of the form, http_proxy=http://proxy:port (string, no default)
use_conduit
use conduit.exe to build PDB (boolean, default: true) (only for debugging)
close_on_exit
close the terminal window when PyPlucker is finished. (boolean, default: false)

The convert_program and bmp_to_tbmp options can be given the following arguments:

  • %compress% = if compression is used it is replaced with the string given by the 'tbmp_compression_type' key, otherwise 'no'
  • %colors% = 'M', 'G4', 'G16' or 'C256'
  • %maxwidth% = maxwidth value
  • %maxheight% = maxheight value
  • %input% = the input filename
  • %output% = the output filename
  • %type% = 'JPG', 'GIF' or 'PNG'


next up previous contents index
Next: 4.4 The Exclusion List Up: 4.3 The Configuration File Previous: 4.3.3 [OS2]   Contents   Index
The Plucker Team