From: frog Date: Mon, 28 Jun 2004 14:01:05 +0000 (+0000) Subject: now uses all the images of gdcmData. Frog X-Git-Tag: Version0.5.bp~78 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=dd7ce782e876234219abca09e2509e64cf141628;p=gdcm.git now uses all the images of gdcmData. Frog --- diff --git a/ChangeLog b/ChangeLog index 2686e5c0..9bc50f2c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2004-06-28 Eric Boix + * Test/TestReadWrite.cxx: now uses all the images of gdcmData. + 2004-06-24 Jean-Pierre Roux FIX : - now Write drops LUT Descriptors and LUTs (if any) when SamplesPerPixel =3 diff --git a/TODO b/TODO index 3e57f3c5..f67088b0 100644 --- a/TODO +++ b/TODO @@ -1,3 +1,4 @@ +* Remove enable_sequences and ignore_shadow from gdcmDocument(). * Split gdcmHeader through inheritance to create gdcmHeaderHelper that would regroup all the heuristics above a gdcmHeader e.g. the functions GetXsize(), GetXSpacing(), GetXImagePosition()...