MantisBT - VTK
View Issue Details
0003979VTK(No Category)public2006-10-25 15:272016-08-12 09:54
Christopher Bruns 
Will Schroeder 
normalmajoralways
closedmoved 
 
 
0003979: Actors2D not magnified by vtkWindowToImageFilter->SetMagnification(), nor by vtkRenderLargeImage
3D objects/actors are magnified correctly by the SetMagnification() method of vtkWindowToImageFilter.

But Actor2D objects are either not scaled (text and polydata), or scaled but
bizarrely placed and tiled (images).

vtkRenderLargeImage exhibits similar problems, with the exception that it magnifies image Actors2D correctly.

I posted an example test program in C++ that demonstrates the problem at http://public.kitware.com/pipermail/vtkusers/2006-September/087099.html [^]

* The green test Actor2D image is placed and magnified correctly with
vtkRenderLargeImage, but the image is scaled correctly but misplaced, duplicated, and tiled using vtkWindowTo ImageFilter

* The red polyline Actor2D is rendered unmagnified by both vtkRenderLargeImage and by vtkWindowToImageFilter

* The text string Actor2D is rendered unmagnified by both vtkRenderLargeImage and by vtkWindowToImageFilter

* The 3D cone is rendered and magnified correctly in all situations tested

The test program generates two images: one unmagnified and one magnified. I compared the two images visually to draw these conclusions.
No tags attached.
Issue History
2011-06-16 13:11Zack GalbreathCategory => (No Category)
2013-05-15 11:59Michka PopoffNote Added: 0030768
2016-08-12 09:54Kitware RobotNote Added: 0036891
2016-08-12 09:54Kitware RobotStatusexpired => closed
2016-08-12 09:54Kitware RobotResolutionopen => moved

Notes
(0030768)
Michka Popoff   
2013-05-15 11:59   
Hi

is there any plan to get this problem solved ? The issue is quite old (2006).
Having the magnification option is nice for exporting images with more pixels, but it is unusable when you have axes.

Or is there perhaps a different solution or hack by setting manually the size of the labels and axes before making a screenshot ?
(0036891)
Kitware Robot   
2016-08-12 09:54   
Resolving issue as `moved`.

This issue tracker is no longer used. Further discussion of this issue may take place in the current VTK Issues page linked in the banner at the top of this page.