diff Core/Images/ImageProcessing.h @ 3600:4066998150ef

/instances/{id}/preview route now takes the windowing into account
author Alain Mazy <alain@mazy.be>
date Thu, 09 Jan 2020 18:54:40 +0100
parents 2999a6e9456b
children 94f4a18a79cc
line wrap: on
line diff
--- a/Core/Images/ImageProcessing.h	Tue Jan 07 10:53:32 2020 +0100
+++ b/Core/Images/ImageProcessing.h	Thu Jan 09 18:54:40 2020 +0100
@@ -86,7 +86,9 @@
                         const ImageAccessor& source,
                         float windowCenter,
                         float windowWidth,
-                        Orthanc::PhotometricInterpretation sourcePhotometricInterpretation);
+                        float rescaleSlope,
+                        float rescaleIntercept,
+                        bool invert);
 
     void Set(ImageAccessor& image,
              int64_t value);