From e02f183c38c2db9ae5de4abe30daba86c0a69a51 Mon Sep 17 00:00:00 2001 From: paulojamorim Date: Tue, 22 Dec 2009 16:18:31 +0000 Subject: [PATCH] ENH: Reduce quality default --- invesalius/constants.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/constants.py b/invesalius/constants.py index ed21f83..4991320 100644 --- a/invesalius/constants.py +++ b/invesalius/constants.py @@ -225,7 +225,7 @@ WINDOW_LEVEL = {"Abdomen":(350,50), "Vasculature - Hard":(240,80), "Vasculature - Soft":(650,160)} -REDUCE_IMAGEDATA_QUALITY = 0 +REDUCE_IMAGEDATA_QUALITY = 1 ICON_DIR = os.path.abspath(os.path.join('..', 'icons')) -- libgit2 0.21.2