# configuration file for generating AffinityLogo images in PDF, JPEG, # PNG and GIF. must be in parameter: value format, with NO non-space # characters afterwards in the line # location of gs, used for EPS to PDF | JPEG | PNG conversion gs: /usr/bin/gs # location of ImageMagic convert for EPS ---> PNG ---> GIF conversion convert: /usr/bin/convert # gs command line option. add more options # -q quiet startup # -r96x96 device x & y resolutions # -dTextAlphaBits=4 for antialias # -dSAFER open files in read-only mode # -dBATCH exit Ghostscript after processing all files # -dNOPAUSE disables the prompt/pause at the end of each page gs_opts: -q -r96 -dTextAlphaBits=4 -dSAFER -dBATCH -dNOPAUSE # options used by HTMLSummary html_opts: -frame -format=png