It seems that the Image IO Factory does not run well.<div>In order to create a png image, I have to add the following code :</div><div><br></div><div><div>  typedef  itk::ImageFileWriter&lt; ImageType  &gt; WriterType;</div>

<div>  WriterType::Pointer writer = WriterType::New();</div><div>  writer-&gt;SetFileName(outputFilename);</div><div>  writer-&gt;SetInput(image);</div><div><br></div><div>  writer-&gt;SetImageIO(PNGImageIO::New()); // New Line</div>

<div><br></div><div>  writer-&gt;Update();</div><div><br></div><div>So, it seems complicated. :)</div><div>Thuan</div><br><div class="gmail_quote">2011/11/18 Vu Hong Thuan <span dir="ltr">&lt;<a href="mailto:thuanvh@gmail.com">thuanvh@gmail.com</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">Yes, I do. :) I have got 77 files .lib in the lib folder. :)<div>And I build successfully the example, only get the error in the runtime.<div>

<div class="h5"><br><br><div class="gmail_quote">2011/11/18 Bill Lorensen <span dir="ltr">&lt;<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">When you built ITKv4 did you build with all of the modules,<br>
ITK_BUILD_ALL_MODULES ON?<br>
<br>
If you are running the examples, you should probably build all of the modules.<br>
<div><div><br>
On Thu, Nov 17, 2011 at 8:28 PM, Vu Hong Thuan &lt;<a href="mailto:thuanvh@gmail.com" target="_blank">thuanvh@gmail.com</a>&gt; wrote:<br>
&gt; Hi,<br>
&gt; I built the example of writing file:<br>
&gt; <a href="http://www.vtk.org/Wiki/ITK/Examples/IO/ImageFileWriter" target="_blank">http://www.vtk.org/Wiki/ITK/Examples/IO/ImageFileWriter</a><br>
&gt; with visual C++ and I get the error of writing file png.<br>
&gt; And I think the reason that m_RegisteredFactories is not initialized well?<br>
&gt; Thuan,<br>
&gt;<br>
&gt; 2011/11/18 Bill Lorensen &lt;<a href="mailto:bill.lorensen@gmail.com" target="_blank">bill.lorensen@gmail.com</a>&gt;<br>
&gt;&gt;<br>
&gt;&gt; ITKv4 supports the writing of .mha and .mhd.<br>
&gt;&gt;<br>
&gt;&gt; Can you provide an example that fails?<br>
&gt;&gt;<br>
&gt;&gt; On Thu, Nov 17, 2011 at 4:30 AM, Vu Hong Thuan &lt;<a href="mailto:thuanvh@gmail.com" target="_blank">thuanvh@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt; Hi all,<br>
&gt;&gt; &gt; I start to use the latest version of itk (4.0rc20). But I meet an error<br>
&gt;&gt; &gt; in<br>
&gt;&gt; &gt; creating file mha or mhd format.<br>
&gt;&gt; &gt; Description:  Could not create IO object for file<br>
&gt;&gt; &gt; outputImageBsplineFine.mhd<br>
&gt;&gt; &gt;   Tried to create one of the following:<br>
&gt;&gt; &gt;   You probably failed to set a file suffix, or<br>
&gt;&gt; &gt;     set the suffix to an unsupported type.<br>
&gt;&gt; &gt; I think this is bug of itk. Do you support the writing .mha or .mhd<br>
&gt;&gt; &gt; format<br>
&gt;&gt; &gt; in this version?<br>
&gt;&gt; &gt; Thanks.<br>
&gt;&gt; &gt; Thuan.<br>
&gt;&gt; &gt; _____________________________________<br>
&gt;&gt; &gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Visit other Kitware open-source projects at<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Kitware offers ITK Training Courses, for more information visit:<br>
&gt;&gt; &gt; <a href="http://www.kitware.com/products/protraining.html" target="_blank">http://www.kitware.com/products/protraining.html</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Please keep messages on-topic and check the ITK FAQ at:<br>
&gt;&gt; &gt; <a href="http://www.itk.org/Wiki/ITK_FAQ" target="_blank">http://www.itk.org/Wiki/ITK_FAQ</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt; <a href="http://www.itk.org/mailman/listinfo/insight-users" target="_blank">http://www.itk.org/mailman/listinfo/insight-users</a><br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt;<br>
&gt;&gt; --<br>
&gt;&gt; Unpaid intern in BillsBasement at noware dot com<br>
&gt;<br>
&gt;<br>
<br>
<br>
<br>
--<br>
Unpaid intern in BillsBasement at noware dot com<br>
</div></div></blockquote></div><br></div></div></div>
</blockquote></div><br></div>