BUG: vtkTesting reports incorrect image sizes
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.