]> Creatis software - gdcm.git/blob - Doc/DoxyIntroduction.txt
FIX: Revert back to previous version, I don't believe this was a really safe code...
[gdcm.git] / Doc / DoxyIntroduction.txt
1 /**
2  * \page DoxyIntroduction Introduction
3  *
4  *  Gdcm -which stands for Gnu DiCoM- is yet another C++ library
5  *  dedicated to reading/parsing and writing
6  *  <A HREF="http://medical.nema.org/">Dicom</A> files.
7  *
8  * \section DoxyFeatures Features
9  *  - gdcm implements the
10  *    <A HREF="http://www.dclunie.com/dicom-status/status.html">
11  *    dicom base standard part 5</A> that concentrates on image file format.
12  *    Hence gdcm supports the following formats:
13  *    -# ACR-NEMA version 1 and 2
14  *    -# Dicom version 3.
15  *  - gdcm is distributed with Berkeley-like license
16  *    for the license.
17  *  - gdcm targets both GNU/Un*ces and Windows/VC++ (see \ref
18  *    DoxyRequirements).
19  *  - gdcm comes with \ref DoxyPythonComplete it's
20  *    <A HREF="http://www.python.org">Python</A> wrappers.
21  * .
22  *
23  * \section DoxyLimitation Design limitations
24  *  - gdcm does not implement any other part of the Dicom base standard as
25  *    opposed to
26  *    <A HREF="http://www.erl.wustl.edu/DICOM/ctn.html">CTN</A>
27  *    or
28  *    <A HREF="http://www.offis.de/projekte/ig/dicom/soft-docs/soft01_d.html">
29  *    DCMTK</A>. In particular gdcm is not aware of:
30  *    -# the Dicom network file exchange protocol.
31  *    -# the Dicom media storage formats.
32  *    .
33  *  .
34  *
35  *
36  * \section DoxyTODO Features to come (TODO list)
37  *  - offer Dicom jpeg compressed image support,
38  *  - enable Dicom header parsing of sequences and overlays,
39  *  - distribute a <A HREF="http://public.kitware.com/VTK/">VTK</A>
40  *    thin wrapper of gdcm (essentially a vtkGdcmImageReader).
41  *  .
42  * Installing gdcm and gdcmPyton: \ref DoxyInstallation 
43  */