]> Creatis software - gdcm.git/blobdiff - src/gdcmPixelConvert.cxx
ENH: Adding support for GE Private Transfer Syntax where file is in little endian...
[gdcm.git] / src / gdcmPixelConvert.cxx
index 2721f2b4d81471e8d26e3eec6112d4c1b4d0db2d..9da6c400fc5a9fce11be3ed5903ee4ac73da8f0d 100644 (file)
@@ -3,8 +3,8 @@
   Program:   gdcm
   Module:    $RCSfile: gdcmPixelConvert.cxx,v $
   Language:  C++
-  Date:      $Date: 2004/11/16 11:19:51 $
-  Version:   $Revision: 1.30 $
+  Date:      $Date: 2004/11/17 19:49:13 $
+  Version:   $Revision: 1.31 $
                                                                                 
   Copyright (c) CREATIS (Centre de Recherche et d'Applications en Traitement de
   l'Image). All rights reserved. See Doc/License.txt or
@@ -813,6 +813,7 @@ void PixelConvert::GrabInformationsFromHeader( Header* header )
    IsDecompressed =
         ( ! header->IsDicomV3() )
      || ts == ImplicitVRLittleEndian
+     || ts == ImplicitVRLittleEndianDLXGE
      || ts == ExplicitVRLittleEndian
      || ts == ExplicitVRBigEndian
      || ts == DeflatedExplicitVRLittleEndian;