Add options for screenshot format and quality
This commit is contained in:
committed by
ShadowNinja
parent
37b4f0d34c
commit
2c72f6da7b
@@ -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.
|
||||
|
Reference in New Issue
Block a user