<div dir="ltr">You could do a volume rendering such as in<div><a href="https://lorensen.github.io/VTKExamples/site/Python/VolumeRendering/SimpleRayCast/">https://lorensen.github.io/VTKExamples/site/Python/VolumeRendering/SimpleRayCast/</a><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Wed, Jun 13, 2018 at 12:27 AM Abhishek <<a href="mailto:abhishekworld@gmail.com">abhishekworld@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>Greetings,</div><div>I want to render a 3D tiff file (tiff file with lots of 2D slices).</div><div>I have a image with `Extent  -  (0, 799, 0, 511, 0, 69)`</div><div>I got this information as follow:</div><div><br></div><div>import vtk<br>reader = vtk.vtkTIFFReader()<br>reader.SetFileName('./data_image.tif')<br>reader.Update()<br>img = reader.GetOutput()</div><div>img.GetExtent()<br>(0, 799, 0, 511, 0, 69)<br></div><div><br></div><div>I am not sure how to render this 3D volume.</div><div>Could you please help.</div><div><br></div><div>Thanks,</div><div>Abhishek<br></div></div>-- <br><div dir="ltr" class="m_8797097280219845031gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Abhishek Patil<br></div><a href="http://zeroth.me" target="_blank">zeroth.me</a><br></div></div>
_______________________________________________<br>
Powered by <a href="http://www.kitware.com" rel="noreferrer" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" rel="noreferrer" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" rel="noreferrer" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Search the list archives at: <a href="http://markmail.org/search/?q=vtkusers" rel="noreferrer" target="_blank">http://markmail.org/search/?q=vtkusers</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="https://public.kitware.com/mailman/listinfo/vtkusers" rel="noreferrer" target="_blank">https://public.kitware.com/mailman/listinfo/vtkusers</a><br>
</blockquote></div>