changeset 1523:4e3d11755e9b

Temp. disable progressive loading
author Benjamin Golinvaux <bgo@osimis.io>
date Fri, 31 Jul 2020 17:19:49 +0200
parents fa30f275cd80
children 5bc305a166c2
files OrthancStone/Samples/Common/RtViewerApp.cpp
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/OrthancStone/Samples/Common/RtViewerApp.cpp	Fri Jul 31 17:06:11 2020 +0200
+++ b/OrthancStone/Samples/Common/RtViewerApp.cpp	Fri Jul 31 17:19:49 2020 +0200
@@ -116,7 +116,7 @@
       // "true" means use progressive quality (jpeg 50 --> jpeg 90 --> 16-bit raw)
       // "false" means only using hi quality
       // TODO: add flag for quality
-      ctLoader_ = OrthancSeriesVolumeProgressiveLoader::Create(*loadersContext_, ctVolume_, true);
+      ctLoader_ = OrthancSeriesVolumeProgressiveLoader::Create(*loadersContext_, ctVolume_, false);
       
       // better priority for CT vs dose and struct
       ctLoader_->SetSchedulingPriority(-100);