]> Creatis software - gdcm.git/blobdiff - ChangeLog
Memory fixes (valgrind need to be run on .libs/vtkgdcmdemo and not the script).
[gdcm.git] / ChangeLog
index 6fcae973960d82166dd85e0cd037e4c03420fcaf..b9381f7b32df54076228a42c780b79da16aed852 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2003-06-11  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
+      * vtk/vtkGdcmReader.[cxx/h]: 
+        - UpdateProgress method should now be effective
+        - removed the limitation on having only images loaded (as opposed
+          to volumes),
+        - when building a stack of images/volume, a lesser number of
+          gdcmHeader and gdcmFile instances should be used (hopefully
+          accelerating things).
+        - when building a stack of images/volumes, files which are not
+          loadable (wrong path-filename, wrong permissions on existing file,
+          or file not parsable by gdcm) are replaced with a black image
+          in the stack (for the caller to notice the problem).
+
 2003-06-03  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
       * vtk/vtkGdcmReader.cxx: hopefully corrected Z extent.