; Example Configuration File of SimpleViewer GL
;
; Linux:
; Copy it to $XDG_CONFIG_HOME/sviewgl/config
; If $XDG_CONFIG_HOME is not set $HOME/.config/sviewgl/config will be used
;
; Mac OS X:
; Copy it to ~/Library/sviewgl/config
;

; true values are: true, enable, 1
; all other treats as false

[common]
; show or hide bottom infobar (default false)
hide_infobar = false

; show or hide pixel info (default false)
show_pixelinfo = false

; enable or disable checkboard background (default false)
hide_checkboard = false

; fit lage image in to window preserving aspect ration (default false)
fit_image = false

; start viewer in fullscreen mode on startup (default false)
start_fullscreen = false

; show or hide border around of image (default false)
show_image_border = false

; lookup for images in subfolder recursively on startup (default false)
lookup_recursive = false

; enable zoom by mouse wheel (default false)
wheel_zoom = false

; minimum texture size to create mipmap levels (default 4096)
mipmap_texture_size = 4096

; color of background (if checkboard has been disabled)
background_r = 0
background_g = 0
background_b = 255

