X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;ds=sidebyside;f=TODO;h=b1b4efac90ca479f229140b7c23b57cf04d54d7f;hb=57ec56658548c34052a1c1678ffcb6907c3faeec;hp=5ce9a3cfb41c0c64d8d0e8dfc5cb4d585e3d90f2;hpb=d50e800803ecdfa2e63054b3b04140d89f953902;p=gdcm.git diff --git a/TODO b/TODO index 5ce9a3cf..b1b4efac 100644 --- a/TODO +++ b/TODO @@ -10,6 +10,47 @@ Details: Comments: ------------- +----------------------------------------------------------------------------- +Description: GDCM is pretty dumb with binary data +Date: 2006 May 1 +Attributed: +Details: +D 0028|0009 [AT] [Frame Increment Pointer] [gdcm::Binary data loaded;length = 4] +----------------------------------------------------------------------------- +Description: gdcm does not handle deflate TS +Date: 2006 Jan 25 +Attributed: Mathieu +Details: +image_dfl from dclunie website is not working since the *whole* dataset +is compressed. Therefore we cannot even parse the file. +----------------------------------------------------------------------------- +Description: Problem with PrintFile and OB field +Date: 2005 Dec 30 +Attributed: Mathieu +Details: + Doing a PrintFile on RickAvila DataSet we get: +D 0043|1028 lg : x(2) 2 Off.: x(bb2) 2994 [OB] [Unique image iden] [00] +Whereas hexedit shows 3030 ?? +----------------------------------------------------------------------------- +Description: Make sure that that gdcm lib can be dlopen'ed/dlclose +Date: 2005 Sep 14 +Attributed: Mathieu +Details: + As reported in ITK mailing list, the global symbols are completely + skrewed up in gdcm, preventing one to dlopen/dlclose gdcm lib. + -> Need to add a nighlty test + -> Need to write the code :( +----------------------------------------------------------------------------- +Description: Add testing of valid dictionary +Date: 2005 Aug 31 +Attributed: Mathieu +Details: +Since that now private/shadow dictionary are available +it would be nice to start implementing an automatic mode of loading +those dictionary as we read the public one. +Comments: It shouldn't be too difficult to 'manualy' ask memory merging + of a Private Dict into the public one (I can do it soon). + Automatic recognition of the Private Dict to be used seems hopeless. ----------------------------------------------------------------------------- Description: gdcm::SerieHelper / UID / set of rules Date: 2005 Aug 30