diff Framework/Inputs/OpenSlidePyramid.h @ 171:1390d5c87603

fix
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 02 Aug 2019 16:03:15 +0200
parents 6b8ccfc02051
children e3cbf890b588
line wrap: on
line diff
--- a/Framework/Inputs/OpenSlidePyramid.h	Fri Aug 02 15:31:19 2019 +0200
+++ b/Framework/Inputs/OpenSlidePyramid.h	Fri Aug 02 16:03:15 2019 +0200
@@ -73,5 +73,10 @@
     {
       return Orthanc::PixelFormat_RGB24;
     }
+
+    virtual Orthanc::PhotometricInterpretation GetPhotometricInterpretation() const
+    {
+      return Orthanc::PhotometricInterpretation_RGB;
+    }
   };
 }