[Insight-users] (no subject)

David Doria daviddoria at gmail.com
Mon Feb 14 19:06:40 EST 2011


On Mon, Feb 14, 2011 at 6:57 PM, john smith <mkitkinsightuser at gmail.com>wrote:

> When I type project input.png output.jpg then I have an exception object
> caught:
> It is says:
>
> *itk::ImageFileReaderException <00C7EC24>
> Location: "void_thiscall itk::ImageFileReader<class
> itk::Image<short,2>,class
> itk::**DefaultConvertPixelTraits<**short> >::GenerateOutputInformation<**
> void>"
> File: c:\.....\itkImageFileReader.**txx
> Line: 146
> Discription: Could not create IO object for file inputfile.png
> The file doen't exist.
> Filename = inputfile.png*
>
> Can you give an advise how to solve this problem?
>

The file inputfile.png either must be in the same directory as project.exe
or you must specify the full path to the file:

project.exe c:\yourDirectory\inputfile.png outputfile.jpg

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.itk.org/pipermail/insight-users/attachments/20110214/2aba4d12/attachment.htm>


More information about the Insight-users mailing list