Chnage full size jpg quality to 95

This commit is contained in:
Georg Hagen
2025-06-02 21:19:11 +02:00
parent baf6a69263
commit 29ede0499b

View File

@@ -30,7 +30,7 @@ namespace OpenVulkano::AR
namespace namespace
{ {
constexpr int JPEG_QUALITY_DS = 90; constexpr int JPEG_QUALITY_DS = 90;
constexpr int JPEG_QUALITY_FS = 100; constexpr int JPEG_QUALITY_FS = 95;
std::filesystem::path GeneratePath(const std::filesystem::path& baseDir, const std::string_view& name) std::filesystem::path GeneratePath(const std::filesystem::path& baseDir, const std::string_view& name)
{ {