<br><font size=2 face="sans-serif">Hi all,</font>
<br>
<br><font size=2 face="sans-serif">I am trying to stretch or shrink an image to fit the window size. </font>
<br><font size=2 face="sans-serif">- When sizing its parent window, I also size the render window to make it have the same size as its parent. </font>
<br><font size=2 face="sans-serif">- I am using a vtkImageMapper and a vtkActor2D to display the image into the render window. I have enabled RenderToRectangle functionnality into the vtkImageMapper , and set correct Position (0.0 0.0) and Position2 (1.0 1.0) of the vtkActor2D.</font>
<br>
<br><font size=2 face="sans-serif">When I resize the window, making it larger than the raw image dimension, the image is well stretched, but if I reduce the size of the window to something smaller than the raw image size, the image is not shrunk to fit the window size: it is displayed with a 1.0 zoom factor (and so, only a part of the image is visible).</font>
<br>
<br><font size=2 face="sans-serif">Is there any possibility to shrink a 2D image using vtkImageMapper and vtkActor2D, or should I use another set of classes ?</font>
<br>
<br><font size=2 face="sans-serif">Thanks in advance for your help.</font>
<br>
<br><font size=2 face="sans-serif">Regards,</font>
<br>
<br><font size=2 face="sans-serif">Julien BARNEOUD</font>