Make default thumbnail quality 75

This commit is contained in:
Kovid Goyal 2013-09-16 11:44:58 +05:30
parent 26f3d27fdb
commit 6a893e48d8

View File

@ -204,7 +204,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
THUMBNAIL_HEIGHT = 160 THUMBNAIL_HEIGHT = 160
DEFAULT_THUMBNAIL_HEIGHT = 160 DEFAULT_THUMBNAIL_HEIGHT = 160
THUMBNAIL_COMPRESSION_QUALITY = 70 THUMBNAIL_COMPRESSION_QUALITY = 75
PREFIX = '' PREFIX = ''
BACKLOADING_ERROR_MESSAGE = None BACKLOADING_ERROR_MESSAGE = None
@ -317,7 +317,7 @@ class SMART_DEVICE_APP(DeviceConfig, DevicePlugin):
False, '', False, '',
'', '', '', '',
True, '', True, '',
True, '70' True, '75'
] ]
OPT_AUTOSTART = 0 OPT_AUTOSTART = 0
OPT_PASSWORD = 2 OPT_PASSWORD = 2