]> Creatis software - gdcm.git/blob - Doc/Website/Main.html
* Added Doc/Website/CodingStyle.html, Developpers.html,
[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 (including various encoding like jpeg or RLE).
32    </LI>
33    </UL>
34 </LI>
35 <LI>gdcm is distributed with
36    <A HREF="License.html">Berkeley-like license</A>.
37 </LI>
38 <LI>gdcm targets both GNU/Un*ces and Windows/VC++
39    (refer to
40    <A HREF="Installation.html#gdcmRequirements">requirements</A>
41    for details).
42 </LI>
43 <LI>gdcm comes with a
44    <A HREF="http://public.kitware.com/VTK">VTK</A>
45    shallow wrapper class vtkGdcmReader (refer to
46    <A HREF="VtkGdcm.html">VtkGdcm</A>)
47    to ease the burden of VTK users,
48 <LI>gdcm also comes with
49    <A HREF="html.developper/DoxyPythonComplete.html">gdcmPython</A>
50    it's
51    <A HREF="http://www.swig.org">SWIG</A>
52    generated
53   <A HREF="http://www.python.org">Python</A>
54   wrappers.
55 </LI>
56 </UL>
57
58 <!###################################>
59 <H2>What gdcm is NOT</H2>
60
61 Except for
62 <A HREF="http://www.dclunie.com/dicom-status/status.html">
63         dicom base standard <B>part 5</B></A>
64 gdcm does NOT implement any other part of the Dicom base standard
65 (as opposed to other C++ based with open license libraries like
66 <A HREF="http://www.offis.de/projekte/ig/dicom/soft-docs/soft01_d.html">
67         DCMTK </A>.
68 or
69 <A HREF="http://www.erl.wustl.edu/DICOM/ctn.html">CTN</A>).
70 <BR>
71 In particular <B>gdcm is not aware</B> of:
72 <UL>
73 <LI>the Dicom network file exchange protocol,
74 </LI>
75 <LI>the Dicom media storage formats,
76 </LI>
77 <LI>ANY OTHER PART of Dicom.
78 </LI>
79 </UL>
80
81 <!###################################>
82 <H2>What gdcm still misses</H2>
83
84 Among all the features of the
85 <A HREF="http://www.dclunie.com/dicom-status/status.html">
86         dicom part 5</A>
87 gdcm doesn't implement (yet?)
88 <UL>
89   <LI>the integration of (optional) overlays on image.
90   </LI>
91 </UL>
92
93 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
94
95 </BODY>
96 </HTML>