diff Framework/Toolbox/ImageToolbox.h @ 1484:121d01aa328e

SeriesThumbnailsLoader working on raw dicom files
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 22 Jun 2020 17:46:40 +0200
parents 30deba7bc8e2
children
line wrap: on
line diff
--- a/Framework/Toolbox/ImageToolbox.h	Sat Jun 20 11:16:55 2020 +0200
+++ b/Framework/Toolbox/ImageToolbox.h	Mon Jun 22 17:46:40 2020 +0200
@@ -73,4 +73,10 @@
   void ComputeMinMax(const Orthanc::ImageAccessor& img, 
                      double& minValue, double& maxValue);
 
+
+  class ImageToolbox
+  {
+  public:
+    static bool IsDecodingSupported(Orthanc::DicomTransferSyntax& transferSyntax);
+  };
 }