Skip to content

Create screenshots of (almost) arbitary size

The current vtkWindowToImageFilter can only save screenshots with the same aspect ratio as the input window.

This Merge Request creates a new filter that can create screenshots of any size independent of the size of the input window. The only restriction is the available memory.

To allow for even bigger image sizes we switch to tilling when the size exceeds a specified size (configurable).

Edited by Christos Tsolakis

Merge request reports