The issue was solved by changing interpolation type in vtkImageReslice, it looks like this: auto reslice = dynamic_cast<vtkImageReslice*>(rep->GetReslice()); reslice->SetInterpolationModeToLinear(); -- Sent from: http://vtk.1045678.n5.nabble.com/VTK-Users-f1224199.html