mirror of
https://github.com/luanti-org/luanti.git
synced 2025-10-18 02:45:21 +02:00
Add options for screenshot format and quality
This commit is contained in:
committed by
ShadowNinja
parent
37b4f0d34c
commit
2c72f6da7b
@@ -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.
|
||||
|
Reference in New Issue
Block a user