From: malaterre Date: Mon, 13 Dec 2004 15:29:20 +0000 (+0000) Subject: ENH: Thanks to JMR patch we can now properly read jpeg fragments images, thus un... X-Git-Tag: Version1.0.bp~499 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=6ee5f1d767d15c71d283389adc85948ec6c5edfc;p=gdcm.git ENH: Thanks to JMR patch we can now properly read jpeg fragments images, thus un black list: GE_RHAPSODE-16-MONO2-JPEG-Fragments.dcm --- diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index 2549dc4f..cb06b586 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -137,9 +137,6 @@ ENDIF(${CMAKE_MAJOR_VERSION}.${CMAKE_MINOR_VERSION} GREATER 1.9) SET(BLACK_LIST # serial killer (also segfaults vtkgdcmViewer, but NOT PrintFile) "gdcm-JPEG-LossLessThoravision.dcm" - - # Bad decompression of the jpeg part - "GE_RHAPSODE-16-MONO2-JPEG-Fragments.dcm" # Mathieu: temporarily remove as it kills my gnome session (but not kde) # JPR: also breaks TestReadWriteReadCompare : Pixel differ (as expanded @@ -147,13 +144,6 @@ SET(BLACK_LIST "KODAK-12-MONO1-Odd_Terminated_Sequence.dcm" ) -IF(APPLE) - SET(BLACK_LIST ${BLACK_LIST} - "SIEMENS_GBS_III-16-ACR_NEMA_1.acr" # This image contains a wrong length - # Which led us to read pass the end of the file. This seg fault on MacOSX - ) -ENDIF(APPLE) - # This is a GLOB expression, change it into a list separated with a comma and \n SET(GDCM_DATA_IMAGES) FOREACH(filename ${GDCM_DATA_IMAGES_GLOB})