<div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">Good Afternoon,<div><br></div><div>I'm currently trying to create a program to read a given 3D image, perform one forward projection from a varying rotation (Only one slice is made), convert that to a 2D image and write it to a PNG file. I've modified the base rtkforwardprojection.cxx program by adding code from  <span class="gmail-pcrr7tn-" style="font-family:monospace;color:rgb(0,0,0)">ImageReadExtractWrite.cxx</span> to convert to a 2d image. However, when I attempt to output to a PNG file, I receive the error:</div><div><br></div><div><div>Description:  Could not create IO object for writing file projectedImage.png</div><div>  Tried to create one of the following:</div></div><div><div>DCMImagXImageIO</div><div>    GDCMImageIO</div><div>    HisImageIO</div><div>    HncImageIO</div><div>    HndImageIO</div><div>    ImagXImageIO</div><div>    MetaImageIO</div><div>    OraImageIO</div><div>    TIFFImageIO</div><div>    XRadImageIO</div><div>    XimImageIO</div></div><div><div>You probably failed to set a file suffix, or</div><div>    set the suffix to an unsupported type.</div></div><div><br></div><div>When I look on the ITK wiki, it states that png is a supported file type, so I'm wondering what I'm doing wrong</div><div><br></div><div>Henry</div></div></div></div></div></div>