]> Creatis software - gdcm.git/blobdiff - ChangeLog
* Test/ShowDicom.cxx : now can be used with an off-screen rendering to
[gdcm.git] / ChangeLog
index 5b20d42a66f3d81b91faf7ad5512555732b3ecc0..95b9e9b8be32b1d39f575fac731b133b8c42d58a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-11-30 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
+   * 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 <Benoit.Regrain@creatis.insa-lyon.fr>
    * src/gdcmFile.[h|cxx] : bug fix for ACR-LIBIDO files when writting the file
    * Test/TestAllReadCompareDicom.cxx, TestReadWriteReadCompare.cxx : add