> Does anyone know a simple way to convert .mha images to .png images? > > Thank you in advance. > In the example programs there is ImageReadWrite.cpp I believe that will do what you want. Otherwise like David said this is a very easy program to write. Just read the image then write it out. John