<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META http-equiv=Content-Type content="text/html; charset=gb2312">
<META content="MSHTML 6.00.2900.2963" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT face=Arial size=2>Hello, All,</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>I have some problem with reading PNG files.&nbsp; 
When I run my code, a "Runtime Error" will occur.</FONT></DIV>
<DIV><FONT face=Arial size=2>My code is simple and showed as 
follows:</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>typedef itk::Image&lt;unsigned short,2&gt; 
InternalImageType;<BR>typedef itk::ImageFileReader&lt; InternalImageType&nbsp; 
&gt; ImageReaderType;</FONT></DIV>
<DIV><FONT face=Arial size=2>ImageReaderType::Pointer&nbsp; 
ImageReader;</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial 
size=2>&nbsp;ImageReader=ImageReaderType::New();<BR>&nbsp;ImageReader-&gt;SetFileName("med.png");<BR>&nbsp;ImageReader-&gt;Update();</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>The&nbsp;image is created by the Windows tool 
"Paint" and saved as "png" file.</FONT></DIV>
<DIV><FONT face=Arial size=2>Could some one shed light on it? Thank 
you!</FONT></DIV>
<DIV><FONT face=Arial size=2></FONT>&nbsp;</DIV>
<DIV><FONT face=Arial size=2>Bests,</FONT></DIV>
<DIV><FONT face=Arial size=2>Jianfeng </FONT></DIV></BODY></HTML>