[vtkusers] VtkWindowToImageFilter or Renderer cutting resolution
robertklimt
robertklimt at o2.pl
Tue Feb 28 11:11:46 EST 2012
Hi,
I have a problem with generating image from my scene, when size of the
rendering window is bigger than my screen resolution.
imageViewer.GetRenderWindow().SetSize(1024,1024);
then using VtkWindowToImageFilter to get image gives me image smaller than
requested(about 1024 x 885) for 1440x 900 screen resolution.
Is there any way to render full scene?
More information about the vtkusers
mailing list