diff Core/Images/ImageProcessing.h @ 3545:551945086617

ShiftLeft + ShiftRight
author Alain Mazy <alain@mazy.be>
date Mon, 21 Oct 2019 10:13:53 +0200
parents 46cf170ba121
children dabe17e23e23
line wrap: on
line diff
--- a/Core/Images/ImageProcessing.h	Tue Oct 15 12:57:16 2019 +0200
+++ b/Core/Images/ImageProcessing.h	Mon Oct 21 10:13:53 2019 +0200
@@ -92,6 +92,9 @@
     void ShiftRight(ImageAccessor& target,
                     unsigned int shift);
 
+    void ShiftLeft(ImageAccessor& target,
+                   unsigned int shift);
+
     void GetMinMaxIntegerValue(int64_t& minValue,
                                int64_t& maxValue,
                                const ImageAccessor& image);