X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=d96b403016940ae7f506a6cd591fb0e8ff50233e;hb=c7f7fb7ba7447e5269d25ef73b267f4535b77d41;hp=4a9d478620f3d71f82b57d0706244c0921f5f763;hpb=d71e2e62b38383d9b960760f6d81c4d545d59fba;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 4a9d4786..d96b4030 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2004-06-24 Jean-Pierre Roux + FIX : - now Write drops LUT Descriptors and LUTs (if any) + when SamplesPerPixel =3 + - now Write is no longer confused by + 'BitsAllocated = 12" and 'BitsStored=12" + ENH : - now gdcmHeader has its own Write methods + (in order to split the job that has not to be done + for gdcmDicomDir) + +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 @@ -8,6 +35,12 @@ 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, : to allow user to create his own Sequences