comparison Framework/Enumerations.h @ 284:a43c2e6abce6

integration iiif->mainline
author Sebastien Jodogne <s.jodogne@gmail.com>
date Wed, 12 Jul 2023 21:23:14 +0200
parents dab414e5b520
children 7020852a8fa9
comparison
equal deleted inserted replaced
281:b5b9719ef1c0 284:a43c2e6abce6
27 #include <stdint.h> 27 #include <stdint.h>
28 #include <string> 28 #include <string>
29 29
30 namespace OrthancWSI 30 namespace OrthancWSI
31 { 31 {
32 static const char* const VL_WHOLE_SLIDE_MICROSCOPY_IMAGE_STORAGE_IOD = "1.2.840.10008.5.1.4.1.1.77.1.6";
33
32 // WARNING - Don't change the enum values below, as this would break 34 // WARNING - Don't change the enum values below, as this would break
33 // serialization of "DicomPyramidInstance" 35 // serialization of "DicomPyramidInstance"
34 enum ImageCompression 36 enum ImageCompression
35 { 37 {
36 ImageCompression_Unknown = 1, 38 ImageCompression_Unknown = 1,