]> Creatis software - gdcm.git/blob - Doc/Website/Main.html
* Added documentation of vtkgdcmReader on Website:
[gdcm.git] / Doc / Website / Main.html
1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2 <HTML>
3 <HEAD>
4    <META http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
5    <TITLE>Gdcm Home Page</TITLE>
6 </HEAD>
7
8 <BODY>
9
10 <!#######################################################################>
11 <H1>Gdcm Home Page</H1>
12 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
13
14 Gdcm is yet another C++ library dedicated to reading/parsing and writing
15 <A HREF="http://medical.nema.org/">Dicom</A> medical files.
16 <BR>
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>. 
19
20 <!###################################>
21 <H2>What gdcm IS</H2>
22 <UL>
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:
28    <UL>
29    <LI>ACR-NEMA version 1 and 2
30    </LI>
31    <LI>Dicom version 3.0 (including various encodings of jpeg, RLE).
32        Please refer to
33        <A HREF="ConformanceSummary.html">gdcm conformance summary</A>
34        for more details.
35    </LI>
36    </UL>
37 </LI>
38 <LI>gdcm is distributed with
39    <A HREF="License.html">Berkeley-like license</A>.
40 </LI>
41 <LI>gdcm targets both GNU/Un*ces and Windows/VC++
42    (refer to
43    <A HREF="Installation.html#gdcmRequirements">requirements</A>
44    for details).
45 </LI>
46 <LI>gdcm comes with 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>
53    it's
54    <A HREF="http://www.swig.org">SWIG</A>
55    generated
56   <A HREF="http://www.python.org">Python</A>
57   wrappers.
58 </LI>
59 </UL>
60
61 <!###################################>
62 <H2>What gdcm is NOT</H2>
63
64 Except for
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">
70         DCMTK </A>.
71 or
72 <A HREF="http://www.erl.wustl.edu/DICOM/ctn.html">CTN</A>).
73 <BR>
74 In particular <B>gdcm is not aware</B> of:
75 <UL>
76 <LI>the Dicom network file exchange protocol (Query/Retrieve),
77 </LI>
78 <LI>the Dicom media storage formats,
79 </LI>
80 <LI>Print, Verification
81 </LI>
82 <LI>ANY OTHER PART of Dicom.
83 </LI>
84 </UL>
85
86 <!###################################>
87 <H2>What gdcm still misses</H2>
88
89 Among all the features of the
90 <A HREF="http://www.dclunie.com/dicom-status/status.html">
91         dicom part 5</A>
92 gdcm doesn't implement (yet?)
93 <UL>
94   <LI>the integration of (optional) overlays on image.
95   </LI>
96   <LI>a more complete supports of the 
97      <A HREF="ConformanceSummary.html">various Jpeg encodings</A>
98   </LI>
99 </UL>
100 Gdcm also still needs
101 <UL>
102 <LI> an enhanced and simpler API to access the various forms of pixel data
103      (e.g. RGB, GrayLevel, RawData...),
104 </LI>
105 <LI> a decent user's guide (currently, only a partial doxygenation is
106      available),
107 </LI>
108 <LI> the python wrappers to be fixed,
109 </LI>
110 <LI> a simple wxWdiget Dicom file editor.
111 </LI>
112 </UL>
113 </UL>
114
115 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
116
117 </BODY>
118 </HTML>