Hi,<br>I am not aware of a JPEG files serie reader, however you can easily instantiate a vtkJPEGReader for each file and add the output of each reader to a vtkImageAppend (by specifying the append axis to be z).<br>Be careful, during the process the memory usage would reach twice more than expected (readers + append).<br>
<br>HTH,<br>Jerome<br><br><div class="gmail_quote">2011/6/7 Jyothilekshmi <span dir="ltr"><<a href="mailto:lekshmijyothi@cdactvm.in">lekshmijyothi@cdactvm.in</a>></span><br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
<div link="blue" vlink="purple" lang="EN-US">
<div>
<p class="MsoNormal">Dear All,</p>
<p class="MsoNormal"> I want to read a series of jpeg images
using vtk.What is the code ?? somebody please help me</p>
<p class="MsoNormal">Thanks,</p>
<p class="MsoNormal"> Jyothi</p>
</div>
<br><pre>______________________________________
Scanned and protected by Email scanner
</pre><br>
</div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" 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" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<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>
<br></blockquote></div><br>