Commit dedee69ac556736fc19be1d8438dd35e9daf833e
1 parent
55dd5d8d
Exists in
master
and in
68 other branches
ENH: Reduce quality to default
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
invesalius/constants.py
... | ... | @@ -225,7 +225,7 @@ WINDOW_LEVEL = {"Abdomen":(350,50), |
225 | 225 | "Vasculature - Hard":(240,80), |
226 | 226 | "Vasculature - Soft":(650,160)} |
227 | 227 | |
228 | -REDUCE_IMAGEDATA_QUALITY = 0 | |
228 | +REDUCE_IMAGEDATA_QUALITY = 1 | |
229 | 229 | |
230 | 230 | |
231 | 231 | ICON_DIR = os.path.abspath(os.path.join('..', 'icons')) | ... | ... |