From fe1d37169376f2c7d68e14ec68fda40a60bd3296 Mon Sep 17 00:00:00 2001 From: jpr Date: Sun, 23 Oct 2005 17:51:43 +0000 Subject: [PATCH] Just one more check for GE Private TS on big endian machines ... --- src/gdcmPixelReadConvert.cxx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/gdcmPixelReadConvert.cxx b/src/gdcmPixelReadConvert.cxx index 1b8db70d..e700fba1 100644 --- a/src/gdcmPixelReadConvert.cxx +++ b/src/gdcmPixelReadConvert.cxx @@ -3,8 +3,8 @@ Program: gdcm Module: $RCSfile: gdcmPixelReadConvert.cxx,v $ Language: C++ - Date: $Date: 2005/10/23 15:09:19 $ - Version: $Revision: 1.85 $ + Date: $Date: 2005/10/23 17:51:43 $ + Version: $Revision: 1.86 $ Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de l'Image). All rights reserved. See Doc/License.txt or @@ -796,7 +796,9 @@ void PixelReadConvert::ConvertSwapZone() // Therefore, in either case, if the file is in // 'ImplicitVR BigEndian PrivateGE Transfer Syntax', then GDCM needs to switch // the byte swapping code when entering the pixel data. - + +/* //Let me check something. + //I wait for the Dashboard ! if ( IsPrivateGETransferSyntax ) { // PrivateGETransferSyntax only exists for 'true' Dicom images @@ -811,7 +813,7 @@ void PixelReadConvert::ConvertSwapZone() break; } } - +*/ if ( BitsAllocated == 16 ) { uint16_t *im16 = (uint16_t*)Raw; -- 2.46.1