Add thumbnail quality to settings

This commit is contained in:
2024-02-01 23:03:21 +01:00
parent d5f2351905
commit 0cee4c9c53
6 changed files with 15 additions and 2 deletions
+1
View File
@@ -7,6 +7,7 @@ int THUMB_SIZE = 128;
int THUMB_SIZE_BORDER = 138;
int THUMB_SIZE_BORDER_Y = 158;
double SATURATION = 0.95;
bool QUALITY_RESIZE = true;
#ifdef __SSE2__
template<typename T, int ch>