diff Framework/StoneEnumerations.h @ 257:9afafb192180 am-2

using PAM
author am@osimis.io
date Tue, 10 Jul 2018 12:39:01 +0200
parents fccffbf99ba1
children 8716176ff7f0
line wrap: on
line diff
--- a/Framework/StoneEnumerations.h	Tue Jul 03 13:19:56 2018 +0200
+++ b/Framework/StoneEnumerations.h	Tue Jul 10 12:39:01 2018 +0200
@@ -77,10 +77,13 @@
 
   enum SliceImageQuality
   {
-    SliceImageQuality_Full,
+    SliceImageQuality_FullPng,  // smaller to transmit but longer to generate on Orthanc side (better choice when on low bandwidth)
+    SliceImageQuality_FullPam,  // bigger to transmit but faster to generate on Orthanc side (better choice when on localhost or LAN)
     SliceImageQuality_Jpeg50,
     SliceImageQuality_Jpeg90,
-    SliceImageQuality_Jpeg95
+    SliceImageQuality_Jpeg95,
+
+    SliceImageQuality_InternalRaw   // downloads the raw pixels data as they are stored in the DICOM file (internal use only)
   };
 
   enum SopClassUid