<div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div class="h5">The vtkImageActor will break the image up into multiple textures if</div>
</div>
the image is too large to fit into a single texture.  There shouldn&#39;t<br>
be any black lines, though (and I have never seen black lines,<br>
myself).  You should file a bug report that has details about your<br>
system (OS and graphics) and which version of VTK you are using.<br></blockquote><div><br></div><div>Done: <a href="http://vtk.org/Bug/view.php?id=12556">http://vtk.org/Bug/view.php?id=12556</a></div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div>
 </div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
In VTK devel you can use vtkImageResliceMapper with vtkImageSlice<br>
to display large images, these classes allow an image to be efficiently<br>
and correctly displayed even if the image is too large for a texture.</blockquote><div><br></div><div><meta http-equiv="content-type" content="text/html; charset=utf-8">vtkImageResliceMapper + vtkImageSlice worked perfectly (no black lines). Should this always be used instead of vtkImageActor? Or only for large images?</div>
<div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8"><div><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/Images/ImageSlice">http://www.vtk.org/Wiki/VTK/Examples/Cxx/Images/ImageSlice</a> </div>
<div><br></div><div>David</div></div>