The png library does a longjmp if there are errors. The itk png io class does not do a setjmp like the itk jpg class does. The result is that if you have a png read error, the program will crash. I don't have time to fix this right now, any takers? One of the dashboard crashes was caused by a bad png file on disk. -Bill