<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="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div>Abhishek Patil<br></div><a href="http://zeroth.me">zeroth.me</a><br></div></div>