Skip to content

BUG: vtkTesting reports incorrect image sizes

Bill Lorensen requested to merge lorensen/vtk:bug_vtkTesting into master

When vtkTesting::RegressionTest detects an incorrent test image size, it reporrts the wrong dimensions for the image. The computations like (ext2[1] - ext2[0]) should be (ext2[1] - ext2[0] + 1) to compute the proper size.

Merge request reports