comparison 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
comparison
equal deleted inserted replaced
471:4c8111597fcf 472:722b56b99093
75 PixelFormat_Grayscale8, 75 PixelFormat_Grayscale8,
76 PixelFormat_Grayscale16, 76 PixelFormat_Grayscale16,
77 PixelFormat_SignedGrayscale16 77 PixelFormat_SignedGrayscale16
78 }; 78 };
79 79
80 enum ImageExtractionMode
81 {
82 ImageExtractionMode_Preview,
83 ImageExtractionMode_UInt8,
84 ImageExtractionMode_UInt16,
85 ImageExtractionMode_Int16
86 };
87
80 88
81 /** 89 /**
82 * WARNING: Do not change the explicit values in the enumerations 90 * WARNING: Do not change the explicit values in the enumerations
83 * below this point. This would result in incompatible databases 91 * below this point. This would result in incompatible databases
84 * between versions of Orthanc! 92 * between versions of Orthanc!