comparison Orthanc/Core/Images/ImageProcessing.h @ 145:d850500b8ca6

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 08 Nov 2016 10:15:05 +0100
parents 3809121c3290
children 5dc54316d68b
comparison
equal deleted inserted replaced
144:daf99382bc18 145:d850500b8ca6
48 const ImageAccessor& source); 48 const ImageAccessor& source);
49 49
50 static void Set(ImageAccessor& image, 50 static void Set(ImageAccessor& image,
51 int64_t value); 51 int64_t value);
52 52
53 static void Set(ImageAccessor& image,
54 uint8_t red,
55 uint8_t green,
56 uint8_t blue,
57 uint8_t alpha);
58
53 static void ShiftRight(ImageAccessor& target, 59 static void ShiftRight(ImageAccessor& target,
54 unsigned int shift); 60 unsigned int shift);
55 61
56 static void GetMinMaxValue(int64_t& minValue, 62 static void GetMinMaxValue(int64_t& minValue,
57 int64_t& maxValue, 63 int64_t& maxValue,