X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=Example%2FexGrey2RGB.cxx;h=2c151985c570de1f3870a487b861148bb0b006ca;hb=f45f440f9ba41ad0a37c23a93c1c8f5705c511a6;hp=b096ad50efca3544a4d48104579be9ff9a2895be;hpb=031dab1266be5850ffa788ebe4fdc3fe2b6c2511;p=gdcm.git diff --git a/Example/exGrey2RGB.cxx b/Example/exGrey2RGB.cxx index b096ad50..2c151985 100644 --- a/Example/exGrey2RGB.cxx +++ b/Example/exGrey2RGB.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: exGrey2RGB.cxx,v $ Language: C++ - Date: $Date: 2005/06/15 10:06:36 $ - Version: $Revision: 1.1 $ + Date: $Date: 2005/07/07 17:31:54 $ + Version: $Revision: 1.2 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -80,7 +80,7 @@ int main(int argc, char *argv[]) return 1; } } - + gdcm::FileHelper *fh = new gdcm::FileHelper( filename ); size_t dataSize = fh->GetImageDataSize();