The resampler algorithm does not work as expected. In contrast to resmpling the selected area, it always only resamples the columns in front of the last column.
The issue is that the indices are not evaluated correctly inside. This is an known issue, which is caused by a not cleanly defined interface between the memory functions and the calculated indices. Change the overall behavior so that the memory functions always expect direct indices (i.e. the last index points to the last element and not to the one before).
memory.cpp are commented sufficientlyThis fix was tested thoroughly in production tests. All deviations were resolved.
Anonymous
Diff:
Diff:
Diff:
Related
Commit: [r372]
Diff: