/*========================================================================= Program: clitk Language: C++ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or http://www.creatis.insa-lyon.fr/Public/Gdcm/License.html for details. This software is distributed WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the above copyright notices for more information. =========================================================================*/ /** ================================================= * @file clitkImageInfo.cxx * @author David Sarrut * @date 02 Jul 2006 =================================================*/ // clitk include #include "clitkImageInfo_ggo.h" #include "clitkIO.h" //==================================================================== int main(int argc, char * argv[]) { // init command line GGO(clitkImageInfo, args_info); CLITK_INIT; // check arg if (args_info.inputs_num == 0) return 0; // read Header for(unsigned int i=0; i