Mercurial > hg > orthanc-stone
diff Framework/Layers/GrayscaleFrameRenderer.h @ 328:c80b5bddf86b am-2
support of monochrome1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 17 Oct 2018 10:26:33 +0200 |
parents | fccffbf99ba1 |
children | 814fa32e2fcc |
line wrap: on
line diff
--- a/Framework/Layers/GrayscaleFrameRenderer.h Tue Oct 16 15:25:21 2018 +0200 +++ b/Framework/Layers/GrayscaleFrameRenderer.h Wed Oct 17 10:26:33 2018 +0200 @@ -32,6 +32,7 @@ std::auto_ptr<Orthanc::ImageAccessor> frame_; // In Float32 float defaultWindowCenter_; float defaultWindowWidth_; + Orthanc::PhotometricInterpretation photometric_; protected: virtual CairoSurface* GenerateDisplay(const RenderStyle& style);