1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
4 <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5 <TITLE>Gdcm Home Page</TITLE>
10 <!#######################################################################>
11 <H1>Gdcm Home Page</H1>
12 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
14 Gdcm is yet another C++ library dedicated to reading/parsing and writing
15 <A HREF="http://medical.nema.org/">Dicom</A> medical files.
17 <B>GDCM</B> stands as a short for "<B>G</B>rass roots
18 <B>D</B>i<B>C</B>o<B>M</B>.
20 <!###################################>
23 <LI>gdcm implements the
24 <A HREF="http://www.dclunie.com/dicom-status/status.html">
25 dicom base standard <B>part 5</B></A>
26 that concentrates on image file format.
27 Hence gdcm supports the following formats:
29 <LI>ACR-NEMA version 1 and 2
31 <LI>Dicom version 3.0 (including various encodings of jpeg, RLE).
33 <A HREF="ConformanceSummary.html">gdcm conformance summary</A>
38 <LI>gdcm is distributed with
39 <A HREF="License.html">Berkeley-like license</A>.
41 <LI>gdcm targets both GNU/Un*ces and Windows/VC++
43 <A HREF="Installation.html#gdcmRequirements">requirements</A>
47 <A HREF="http://public.kitware.com/VTK">VTK</A>
48 shallow wrapper class vtkGdcmReader (refer to
49 <A HREF="VtkGdcm.html">VtkGdcm</A>)
50 to ease the burden of VTK users,
51 <LI>gdcm also comes with
52 <A HREF="html.developper/DoxyPythonComplete.html">gdcmPython</A>
54 <A HREF="http://www.swig.org">SWIG</A>
56 <A HREF="http://www.python.org">Python</A>
61 <!###################################>
62 <H2>What gdcm is NOT</H2>
65 <A HREF="http://www.dclunie.com/dicom-status/status.html">
66 dicom base standard <B>part 5</B></A>
67 gdcm does NOT implement any other part of the Dicom base standard
68 (as opposed to other C++ based with open license libraries like
69 <A HREF="http://www.offis.de/projekte/ig/dicom/soft-docs/soft01_d.html">
72 <A HREF="http://www.erl.wustl.edu/DICOM/ctn.html">CTN</A>).
74 In particular <B>gdcm is not aware</B> of:
76 <LI>the Dicom network file exchange protocol (Query/Retrieve),
78 <LI>the Dicom media storage formats,
80 <LI>Print, Verification
82 <LI>ANY OTHER PART of Dicom.
86 <!###################################>
87 <H2>What gdcm still misses</H2>
89 Among all the features of the
90 <A HREF="http://www.dclunie.com/dicom-status/status.html">
92 gdcm doesn't implement (yet?)
94 <LI>the integration of (optional) overlays on image.
96 <LI>a more complete supports of the
97 <A HREF="ConformanceSummary.html">various Jpeg encodings</A>
100 Gdcm also still needs
102 <LI> an enhanced and simpler API to access the various forms of pixel data
103 (e.g. RGB, GrayLevel, RawData...),
105 <LI> a decent user's guide (currently, only a partial doxygenation is
108 <LI> the python wrappers to be fixed,
110 <LI> a simple wxWdiget Dicom file editor.
115 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>