diff options
author | Diego Martinez <kaeza@users.sf.net> | 2016-03-07 19:09:07 -0300 |
---|---|---|
committer | ShadowNinja <shadowninja@minetest.net> | 2016-03-12 17:12:43 -0500 |
commit | 2c72f6da7b7595d2e180937f05f902c510ef1c14 (patch) | |
tree | d35836c6f3b45fc33eb978d66b77c9f10a2aa335 /minetest.conf.example | |
parent | 37b4f0d34c73de58e0f5d153b7e699dc7430e23d (diff) | |
download | minetest-2c72f6da7b7595d2e180937f05f902c510ef1c14.tar.gz minetest-2c72f6da7b7595d2e180937f05f902c510ef1c14.tar.bz2 minetest-2c72f6da7b7595d2e180937f05f902c510ef1c14.zip |
Add options for screenshot format and quality
Diffstat (limited to 'minetest.conf.example')
-rw-r--r-- | minetest.conf.example | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/minetest.conf.example b/minetest.conf.example index 1587cba76..cd0be5296 100644 --- a/minetest.conf.example +++ b/minetest.conf.example @@ -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. |