# HG changeset patch # User Sebastien Jodogne # Date 1592845449 -7200 # Node ID f18eaade61538527ad59135e591b2ed64b12b65c # Parent 73c22208272f4c18b01b50386003b066b08fb298 simplification in ImageProcessing::ShiftScale() diff -r 73c22208272f -r f18eaade6153 Core/Images/ImageProcessing.cpp --- a/Core/Images/ImageProcessing.cpp Mon Jun 22 18:59:45 2020 +0200 +++ b/Core/Images/ImageProcessing.cpp Mon Jun 22 19:04:09 2020 +0200 @@ -386,7 +386,8 @@ // Computes "a * x + b" at each pixel => Note that this is not the - // same convention as in "ShiftScale()" + // same convention as in "ShiftScale()", but it is the convention of + // "ShiftScale2()" template