diff OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.h @ 4273:0034f855c023

tuning log categories from command-line, and binary compat with orthanc framework 1.7.2
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 03 Nov 2020 12:24:50 +0100
parents 4d42408da117
children d9473bd5ed43
line wrap: on
line diff
--- a/OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.h	Tue Nov 03 07:19:33 2020 +0100
+++ b/OrthancFramework/Sources/DicomParsing/Internals/DicomImageDecoder.h	Tue Nov 03 12:24:50 2020 +0100
@@ -84,6 +84,12 @@
                                     ImageExtractionMode mode,
                                     bool invert);
 
+#if ORTHANC_BUILDING_FRAMEWORK_LIBRARY == 1
+    // Alias for binary compatibility with Orthanc Framework 1.7.2 => don't use it anymore
+    static ImageAccessor *Decode(ParsedDicomFile& dataset,
+                                 unsigned int frame);
+#endif
+
   public:
     static bool IsPsmctRle1(DcmDataset& dataset);