]> Creatis software - gdcm.git/commit
* Test/ShowDicom.cxx : now can be used with an off-screen rendering to
authorregrain <regrain>
Tue, 30 Nov 2004 15:44:43 +0000 (15:44 +0000)
committerregrain <regrain>
Tue, 30 Nov 2004 15:44:43 +0000 (15:44 +0000)
commit48841439120f101a24c7430bd746bff8af8daa77
treede2ac8bd8b7da74b70cc80f7a50c7abbb0e5ef0f
parentabac16617f1453f5db19618ccb45e821efa867b6
   * 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
   -- BeNours
ChangeLog
vtk/CMakeLists.txt
vtk/GdcmToBaseline.cxx [new file with mode: 0644]
vtk/vtkGdcmReader.cxx
vtk/vtkGdcmReader.h
vtk/vtkgdcmViewer.cxx