Chnage full size jpg quality to 95
This commit is contained in:
@@ -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)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user