]> Creatis software - gdcm.git/blob - README
* src/gdcmHeader.h and gdcmHeader.cxx Coding style + doxigenation.
[gdcm.git] / README
1 MANIFEST:
2  * gdcmlib is a library dedicated to reading and writing dicom files.
3  * LGPL for the license
4  * lightweigth as opposed to CTN or DCMTK which come bundled which try
5    to implement the full DICOM standard (networking...). gdcmlib concentrates
6    on reading and writing files (if you want DICOMNET, forget it).
7  * Formats: this lib should be able to read ACR-NEMA v1 and v2, Dicom v3 (as
8    stated in part10). [cf dcmtk/dcmdata/docs/datadict.txt]
9  * Targeted plateforms: Un*xes and Win32/VC++6.0
10
11 REQUIREMENTS:
12  * a C++ compiler with the <list> and <map> STL containers.
13  * the python wrappers require Swig version >= 1.3.17 for handling member
14    overloading, shadow classes and static methods.