<div class="gmail_quote">On Mon, Feb 14, 2011 at 6:57 PM, john smith <span dir="ltr">&lt;<a href="mailto:mkitkinsightuser@gmail.com">mkitkinsightuser@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
When I type project input.png output.jpg then I have an exception object caught:<br>It is says:<br><br><i>itk::ImageFileReaderException &lt;00C7EC24&gt;<br>Location: &quot;void_thiscall itk::ImageFileReader&lt;class itk::Image&lt;short,2&gt;,class<br>


itk::</i><i>DefaultConvertPixelTraits&lt;</i><i>short&gt; &gt;::GenerateOutputInformation&lt;</i><i>void&gt;&quot;<br>File: c:\.....\itkImageFileReader.</i><i>txx<br>Line: 146<br>Discription: Could not create IO object for file inputfile.png<br>

The file doen&#39;t exist.<br>
Filename = inputfile.png</i><br><br>Can you give an advise how to solve this problem?<br></blockquote><div><br></div><meta http-equiv="content-type" content="text/html; charset=utf-8">The file inputfile.png either must be in the same directory as project.exe or you must specify the full path to the file:</div>
<div class="gmail_quote"><br></div><div class="gmail_quote">project.exe c:\yourDirectory\inputfile.png outputfile.jpg</div><div class="gmail_quote"><br><div>David </div></div>