Yes, As Kevin mentioned, this is exactly what you need to do <br><br>-&nbsp; Write a small vtk program&nbsp; -&nbsp; *.vti files are read vtkXMLImageDataReader and write them as metaimages (.mhd) vtkMetaImageWriter.&nbsp;&nbsp; (Both ITK and VTK can read/write meta-images)
<br><br>If you do not want to write code, you can use Paraview to do the above, since paraview is capable of reading .vti files and write out meta-images.<br><br>HTH<br>-karthik<br><br><div><span class="gmail_quote">On 2/8/07, 
<b class="gmail_sendername">Kevin H. Hobbs</b> &lt;<a href="mailto:hobbsk@ohiou.edu">hobbsk@ohiou.edu</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
On Thu, 2007-02-08 at 09:04 -0800, Elena Pavlovskaia wrote:<br>&gt; Hi,<br>&gt;<br>&gt; I need to read volume images saved in VolView with the extension vti.<br><br>*.vti files are in the VTK XML format. I don&#39;t think ITK supports them
<br>yet. (Gosh, it would be nice though.) If you have VTK or ParaView they<br>can easily be converted to the Old VTK text format with the .vtk<br>extension, or into meta images. With the VTK to ITK pipeline you can<br>read them in an ITK + VTK program, but you still need VTK.
<br><br>_______________________________________________<br>Insight-users mailing list<br><a href="mailto:Insight-users@itk.org">Insight-users@itk.org</a><br><a href="http://www.itk.org/mailman/listinfo/insight-users">http://www.itk.org/mailman/listinfo/insight-users
</a><br><br><br></blockquote></div><br><br>