X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmParsePixels.cxx;h=080904d665367bdc59a7fad2da44c8531ce20f97;hb=879f56a62d0772c95e92d0657882eb1886b4153d;hp=5d1a6b236b049520b41478d6a72590dc637de421;hpb=e40fc77cef3155aab87305ce2f8f14d1acbf158f;p=gdcm.git diff --git a/src/gdcmParsePixels.cxx b/src/gdcmParsePixels.cxx index 5d1a6b23..080904d6 100644 --- a/src/gdcmParsePixels.cxx +++ b/src/gdcmParsePixels.cxx @@ -3,12 +3,12 @@ Program: gdcm Module: $RCSfile: gdcmParsePixels.cxx,v $ Language: C++ - Date: $Date: 2004/07/02 13:55:28 $ - Version: $Revision: 1.8 $ + Date: $Date: 2004/09/27 08:39:07 $ + Version: $Revision: 1.11 $ 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.htm for details. + 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 @@ -34,7 +34,7 @@ bool gdcmFile::ParsePixelData(void) { // DO NOT remove the printf s. // The ONLY purpose of this method is to PRINT the content - FILE *fp; + FILE* fp; if ( !(fp=Header->OpenFile())) return false; @@ -68,8 +68,7 @@ bool gdcmFile::ParsePixelData(void) { printf ("Checking the Dicom-encapsulated Jpeg/RLE Pixels\n"); - uint16_t ItemTagGr; - uint16_t ItemTagEl; + uint16_t ItemTagGr,ItemTagEl; int ln; long ftellRes; //char * destination = NULL;