mirror of
https://github.com/luanti-org/luanti.git
synced 2025-09-10 18:51:05 +00:00
Add options for screenshot format and quality
This commit is contained in:
parent
37b4f0d34c
commit
2c72f6da7b
5 changed files with 29 additions and 2 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue