X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=eb732c6c24418c923226f41d25093475735ccb63;hb=00b6e0ddcbdbd41252e03732783f65efe5f52526;hp=19137b56a85e4f59586524fa21b7c8059471d0af;hpb=513f52eb83d002f898a8f0995e8525b269d9d225;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 19137b56..eb732c6c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,35 @@ -2004-06-21 Eric Boix +2004-06-23 Eric Boix + * Test/PrintAllDocument.cxx: looping on files is now effective. It used to + loop on the same image until memory went out. + Note: this means we still have gobs of memory loss in PrintDocument + * src/gdcmDocument.cxx: fixes problem on parsing on file + gdcmData/16BitsJpegLosslessGrayScale.dcm. +2004-06-24 Jean-Pierre Roux +FIX : Write - All the Sequences and Sequence Item are now written + as 'no length' stuff, and a Sequence Delimitor aor an Item Delimitor + is added a the end, when necessary. + - A lot of brain-damaged images, that were read correctly are + now written correctly + - length compatible BinEntry are now loaded correctly + (even for odd groups) + Note : only Explicit Value Representation was checked. + (question : is implicit VR really necessary for gdcm ?) + +2004-06-23 Eric Boix + * DEVELOPPER: added a proposition of coding style. + * src/gdcmDocEntry.h: removed every inline declaration (for test of + coding style). + +2004-06-23 Eric Boix * gdcmDocEntry::PrintCommonPart() and ::WriteCommonPart() removed. Use the gdcmDocEntry::Print() and Write() instead. + * src/gdcmDocument.cxx: bug fix. + +2004-06-22 Jean-Pierre Roux + FIX : gdcmDocument.cxx + - Now we do recognize the JpegLossLess format (there was a misstyping in + code 'beautyfication' :-( + - Now we automaticaticaly load the Luts, if any 2004-06-22 Jean-Pierre Roux In order : to write Sequences, whatever their imbrication level,