X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=src%2FgdcmPixelConvert.cxx;h=9da6c400fc5a9fce11be3ed5903ee4ac73da8f0d;hb=6d3ea6b4acd35160aaa3a23f9e47ea287059fa68;hp=2721f2b4d81471e8d26e3eec6112d4c1b4d0db2d;hpb=4972f09e5e59026101c4e808423bc35906f5f549;p=gdcm.git diff --git a/src/gdcmPixelConvert.cxx b/src/gdcmPixelConvert.cxx index 2721f2b4..9da6c400 100644 --- a/src/gdcmPixelConvert.cxx +++ b/src/gdcmPixelConvert.cxx @@ -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;