diff Core/Images/ImageProcessing.h @ 2281:e002430baa41

Fix issue #44 (Bad interpretation of photometric interpretation MONOCHROME1)
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 09 Jun 2017 16:14:52 +0200
parents a3a65de1840f
children 7e217a1cc63f
line wrap: on
line diff
--- a/Core/Images/ImageProcessing.h	Mon May 22 20:39:53 2017 +0200
+++ b/Core/Images/ImageProcessing.h	Fri Jun 09 16:14:52 2017 +0200
@@ -73,5 +73,7 @@
     static void ShiftScale(ImageAccessor& image,
                            float offset,
                            float scaling);
+
+    static void Invert(ImageAccessor& image);
   };
 }