BUG: vtkWindow::Set/GetPixelData describes a region of the screen by the
inclusive extents of the region you want to read, not by a corner and the size. Therefore, you have to subtract one from the width and height with reading and writing the whole image.
Please register or sign in to comment