; configuration file for hgl (interpreter)
;
; syntax:
;           KEY = VALUE

; set to false or uncomment if you don't want to allow unsigned hglz files
allow-unsigned-hglz = true

; if set to true desktop notifications are emitted if possible
enable-notifications = false

; the default output format if none is given via command line option '-O'
output-format = PNG

; the default image width if none is given with '-w' or '--image-width'
image-width = 640

; the default image height if none is given with '-h' or '--image-height'
image-height = 480

; image output plugins to load
; comment out to give a list of plugins to be loaded, else ALL plugins are loaded
;io-plugins = png gif

; control source plugins to load
; comment out to give a list of plugins to be loaded, else ALL plugins are loaded
;cs-plugins = cl
