diff OrthancStone/Samples/Common/RtViewerApp.cpp @ 1525:31b0449a163a

JPEG mode re-enabled in MPR RT viewer + some docs
author Benjamin Golinvaux <bgo@osimis.io>
date Sat, 01 Aug 2020 14:42:31 +0200
parents 4e3d11755e9b
children
line wrap: on
line diff
--- a/OrthancStone/Samples/Common/RtViewerApp.cpp	Sat Aug 01 14:42:03 2020 +0200
+++ b/OrthancStone/Samples/Common/RtViewerApp.cpp	Sat Aug 01 14:42:31 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_, false);
+      ctLoader_ = OrthancSeriesVolumeProgressiveLoader::Create(*loadersContext_, ctVolume_, true);
       
       // better priority for CT vs dose and struct
       ctLoader_->SetSchedulingPriority(-100);