diff Core/ImageFormats/ImageProcessing.h @ 854:ff530685e46a jpeg

fast version of image copy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 06 Jun 2014 12:35:08 +0200
parents 839be3022203
children 3c0d0836f704
line wrap: on
line diff
--- a/Core/ImageFormats/ImageProcessing.h	Fri Jun 06 11:45:16 2014 +0200
+++ b/Core/ImageFormats/ImageProcessing.h	Fri Jun 06 12:35:08 2014 +0200
@@ -44,5 +44,8 @@
 
     static void Convert(ImageAccessor& target,
                         const ImageAccessor& source);
+
+    static void ShiftRight(ImageAccessor& target,
+                           unsigned int shift);
   };
 }