X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=757a7515bc22ca76cbf96da8bb3a089e527ccd07;hb=3ba8c03aa6cb08add6599a1ec7b2b693a967db62;hp=3c1e7dccbfc27b38be1813904dcb5e30c6645d8c;hpb=96a07d9f59947ba8315fec0b4f240c8d7bf986bf;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 3c1e7dcc..757a7515 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,38 @@ +2004-12-02 Benoit Regrain + * gdcmPython/gdcm.i : change gdcmHeaderHelper to gdcmSerieHeader. Now, + the python part recompiles + +2004-11-30 Benoit Regrain + * Test/ShowDicom.cxx : Change the test to only open one vtkImageViewer. + Otherwise, under linux (Graphic card : NVidia / SE : FedoraCore 1) the + X session is killed (for my computer... it seems to not be identic on + all linux) + +2004-11-30 Benoit Regrain + * Test/ShowDicom.cxx : now can be used with an off-screen rendering to + avoid problems (otherwise, the difference test between the visible image + and the reference is incorrect. If the reference is greater than the + screen resolution, it's produce errors). + Can be used for only one image. Can be used with a visible flag. + * vtk/vtkGdcmReader.cxx : remove commented codes. + * vtk/vtkGdcmReader.h : add the gdcmCommon.h include file to avoid warnings + under windows at compilation + * vtk/vtkgdcmViewer.cxx : reformat the file. Apply a default window/level + for grayscale images + * vtk/GdcmToBaseline.cxx : new program to easy create the reference image + +2004-11-30 Benoit Regrain + * src/gdcmFile.[h|cxx] : bug fix for ACR-LIBIDO files when writting the file + * Test/TestAllReadCompareDicom.cxx, TestReadWriteReadCompare.cxx : add + tests on the image size X, Y, Z + +2004-11-26 Benoit Regrain + * Remove some useless methods in gdcm::Document, gdcm::Header and gdcm::File + * Rename gdcmHeaderHelper.[h|cxx] to gdcmSerieHeader.[h|cxx] to be coherent + between the class name and the file name + 2004-11-25 Benoit Regrain - * src/ : fix compilation warnings for the Write method (2 different + * src/ : fix compilation warnings for the Write method (2 different proto). So Rename 'Write(ifstream* fp' into 'WriteContent(ifstream* fp' fix compilation warnings for the gdcm::Document::TransferSyntaxStrings variable... create a static method in gdcm::Document to access to @@ -8,7 +41,7 @@ 2004-11-25 Benoit Regrain * src/gdcmDocument.[h|cxx] : set the Transfert Syntax values to the header file, to be accessed by other files (like gdcmFile). Remove commented - code. Move the change of the header to the gdcmFile, using the + code. Move the change of the header to the gdcmFile, using the DocEntryArchive * src/gdcmHeader.[h|cxx] : the write is completely made in the Header. To be sure of that (and simplify calls), the Write of the header now