mirror of
https://github.com/luanti-org/luanti.git
synced 2025-08-01 17:38:41 +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
|
@ -554,6 +554,14 @@ fallback_font_shadow_alpha (Fallback font shadow alpha) int 128 0 255
|
|||
# Path to save screenshots at.
|
||||
screenshot_path (Screenshot folder) path
|
||||
|
||||
# Format of screenshots.
|
||||
screenshot_format (Screenshot format) enum png png,jpg,bmp,pcx,ppm,tga
|
||||
|
||||
# Screenshot quality. Only used for JPEG format.
|
||||
# 1 means worst quality; 100 means best quality.
|
||||
# Use 0 for default quality.
|
||||
screenshot_quality (Screenshot quality) int 0 0 100
|
||||
|
||||
[**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