]> Creatis software - gdcm.git/commit
* src/gdcm.h and gdcmHeader.cxx gdcm no longer loads all the elements
authorfrog <frog>
Wed, 20 Nov 2002 17:55:46 +0000 (17:55 +0000)
committerfrog <frog>
Wed, 20 Nov 2002 17:55:46 +0000 (17:55 +0000)
commitf66abc53491ab130c2dbea483ba241edf6da2e88
tree6b0f6a72ce630bd1192327d333276b9a2d1e253f
parent0e907c927c8511d4c57eb72912821ac18226ef85
  * src/gdcm.h and gdcmHeader.cxx gdcm no longer loads all the elements
        values, but limits itself to values which are below a user specified
        size (by default 1024 bytes).
      * python/gdcm.i : elements not loaded (because their size is above the
        user specified treshold) are exported with their TagKey as key of the
        python dictionary. This enables the testsuite to make some checks
        on the unloaded elements (since we have their offset and size).
      * python/testSuite.py
        - now tests for the existence and proper value of the pixel data
        - two new examples added.
      * Data/gdcm-MR-SIEMENS-16.acr[12] added.   --- Frog
ChangeLog
src/gdcm.h
src/gdcmHeader.cxx