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