From 80ae0b0bedde55241770e718cb78a383d82756db Mon Sep 17 00:00:00 2001 From: Daniel Gibson Date: Wed, 1 Nov 2023 06:47:25 +0100 Subject: [PATCH] Mention screenshot formats in Changelog --- Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Changelog.md b/Changelog.md index 660bd052..09c6a259 100644 --- a/Changelog.md +++ b/Changelog.md @@ -19,6 +19,10 @@ Note: Numbers starting with a "#" like #330 refer to the bugreport with that num - Force colored diagnostic output from GCC or Clang (esp. useful when building with ninja) * Fix several compiler warnings * Added build instructions for Linux (and similar systems) to README.md +* Support different file formats for screenshots by setting the `r_screenshotFormat` CVar + (0 = TGA, still the default, 1 = BMP, 2 = PNG, 3 = JPG). `r_screenshotJpgQuality` and + `r_screenshotPngCompression` allow configuring how JPG/PNG are compressed. + Thanks *eezstreet (Nick Whitlock)*! 1.5.2 (2022-06-13) ------------------------------------------------------------------------