diff Core/Enumerations.h @ 472:722b56b99093

move
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 15 Jul 2013 13:50:36 +0200
parents 7a966b440f19
children c9a5d72f8481
line wrap: on
line diff
--- a/Core/Enumerations.h	Mon Jul 15 12:36:41 2013 +0200
+++ b/Core/Enumerations.h	Mon Jul 15 13:50:36 2013 +0200
@@ -77,6 +77,14 @@
     PixelFormat_SignedGrayscale16
   };
 
+  enum ImageExtractionMode
+  {
+    ImageExtractionMode_Preview,
+    ImageExtractionMode_UInt8,
+    ImageExtractionMode_UInt16,
+    ImageExtractionMode_Int16
+  };
+
 
   /**
    * WARNING: Do not change the explicit values in the enumerations