I solved the problem by using vtkImageMapper and vtkActor2D. But another problem appeared: the image is darker than the original. I know that the color of the window can be adjusted using vtkMapper but I would like to know if there is another solution to make the rendered image look like the original one.<br>
Thanks,<br><br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Flory<br><br><div class="gmail_quote">On Tue, Mar 4, 2008 at 7:39 PM, flory &lt;<a href="mailto:florysf@gmail.com">florysf@gmail.com</a>&gt; wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<br>
&nbsp;Hi,<br>
<br>
 &nbsp; &nbsp; I want to display a TIFF image(not a stack with several images) using<br>
Java-VTK. The idea is that I want to read it with vtkTIFFReader and then<br>
place it in a swing component like a canvas. I don&#39;t want to place it in a<br>
3d scene but just see it as a 2d image.Also I don&#39;t want to interact with<br>
the image.<br>
Is there any possibility to display 2d images without using<br>
vtkImageViewer(which should be used for stacks of images not single<br>
images...)?Or if the vtkImageViewer should be used could this one be placed<br>
in a container? I succeeded place it only in a 3d scene, also I tried to<br>
change the interactor style to vtkInteractorStyleImage but it still worked<br>
like a 3d scene.<br>
<br>
 &nbsp;Regards,<br>
<br>
 &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;Flory<br>
<br>
--<br>
View this message in context: <a href="http://www.nabble.com/Display-2d-image-tp15834158p15834158.html" target="_blank">http://www.nabble.com/Display-2d-image-tp15834158p15834158.html</a><br>
Sent from the VTK - Users mailing list archive at <a href="http://Nabble.com" target="_blank">Nabble.com</a>.<br>
<br>
_______________________________________________<br>
This is the private VTK discussion list.<br>
Please keep messages on-topic. Check the FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br>