Add options for screenshot format and quality

This commit is contained in:
Diego Martinez
2016-03-07 19:09:07 -03:00
committed by ShadowNinja
parent 37b4f0d34c
commit 2c72f6da7b
5 changed files with 29 additions and 2 deletions

View File

@@ -653,6 +653,16 @@
# type: path
# screenshot_path =
# Format of screenshots.
# type: enum values: png, jpg, bmp, pcx, ppm, tga
# screenshot_format = png
# Screenshot quality. Only used for JPEG format.
# 1 means worst quality; 100 means best quality.
# Use 0 for default quality.
# type: int min: 0 max: 100
# screenshot_quality = 0
### Advanced
# Adjust dpi configuration to your screen (non X11/Android only) e.g. for 4k screens.