X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexColorToRGB.cxx;h=55585731466142cdb76b59af99e5a56c84884e3b;hb=edfac6509c3b6137b88baea281610495bbdb65de;hp=5af2752e513e8999aa2d2a45bddd8f2a7d7dcced;hpb=9cd51041e87ba178719523a35ef7ad823924cbf6;p=gdcm.git diff --git a/Example/exColorToRGB.cxx b/Example/exColorToRGB.cxx index 5af2752e..55585731 100644 --- a/Example/exColorToRGB.cxx +++ b/Example/exColorToRGB.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exColorToRGB.cxx,v $ Language: C++ - Date: $Date: 2005/07/19 15:19:25 $ - Version: $Revision: 1.4 $ + Date: $Date: 2005/08/30 15:13:06 $ + Version: $Revision: 1.6 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -53,7 +53,7 @@ int main(int argc, char *argv[]) std::cout << argv[1] << std::endl; gdcm::File *f = new gdcm::File(); - f->SetLoadMode( 0x00000000); + f->SetLoadMode( gdcm::LD_ALL); f->SetFileName( fileName ); bool res = f->Load();