Hi, I just started using itk and would like to know how to read DICOM headers, and the Image files. Trying to load a Stack with wildcard did not work using: ... DICOMImageIO2::Pointer dicomReader =3D DICOMImageIO2::New(); if ( dicomReader->CanReadFile(FILENAME) ); ... Trying the same programm with a Analyze format worked well. Thanks Sven