Skip to content

vtkWindowToImageFilter now supports 2-component scale.

vtkWindowToImageFilter now supports separate scale factors for x and y directions. This offers more flexibility to code when generating images from render windows.

To avoid confusion with earlier single component API, this deprecates SetMagnification(int) and adds new API SetScale(int, int)

Addresses paraview/paraview#17567 (closed).

Merge request reports