X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=blobdiff_plain;f=ChangeLog;h=757a7515bc22ca76cbf96da8bb3a089e527ccd07;hb=3ba8c03aa6cb08add6599a1ec7b2b693a967db62;hp=5b20d42a66f3d81b91faf7ad5512555732b3ecc0;hpb=abac16617f1453f5db19618ccb45e821efa867b6;p=gdcm.git diff --git a/ChangeLog b/ChangeLog index 5b20d42a..757a7515 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +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