]> Creatis software - gdcm.git/blob - Doc/Website/Main.html
Google indexes first something else than the site root.
[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 Note for Google users : if you don't see in the left part of your screen
14  the blue 'side bar', starting with 'News', 'Licence', 'Documentation',
15  'Dowload', etc better click on  </br>
16  <a
17  href="http://www.creatis.insa-lyon.fr/Public/Gdcm/">
18  http://www.creatis.insa-lyon.fr/Public/Gdcm/ </a> <br>
19  
20 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
21
22 Gdcm is yet another C++ library dedicated to reading/parsing and writing
23 <A HREF="http://medical.nema.org/">Dicom</A> medical files.
24 <BR>
25 <B>GDCM</B> stands as a short for "<B>G</B>rass roots
26 <B>D</B>i<B>C</B>o<B>M</B>. 
27
28 <!###################################>
29 <H2>What gdcm <font color=#00ff00>IS</font></H2>
30 <UL>
31 <LI>gdcm implements the
32    <A HREF="http://www.dclunie.com/dicom-status/status.html">
33            dicom base standard <B>part 5</B></A>
34    that concentrates on image file format.
35    Hence gdcm supports the following formats:
36    <UL>
37    <LI>ACR-NEMA version 1 and 2
38    </LI>
39    <LI>Dicom version 3.0 (including various encodings of JPEG -lossless and
40        lossy-, RLE).
41        Please refer to
42        <A HREF="ConformanceSummary.html">gdcm conformance summary</A>
43        for more details.
44    <LI>Papyrus V2 and V3 file headers are readable; the user will have to use 
45        low level accessors if he wants to get the image pixels -sorry-.
46    </LI>
47    </UL>
48 <LI> gdcm includes a lot of heuristics that allow reading all the 
49     'exotic' files (headers with oddities) we had to deal with.<BR>
50      Any king of 'exotic' Dicom file is welcome, to help us to improve our
51      library.
52 </LI>
53 </LI>
54 <LI>gdcm is distributed with
55    <A HREF="License.html">Berkeley-like license</A>.
56 </LI>
57 <LI>gdcm is cross platform (it compiles with gcc 2.95, 2.96, 3.0.x, 3.2.x,
58      3.3.x, 3.4.x, 4.0.x, 4.1.x , icc , cc (SunOS), VisualC++, Borland, 
59      nmake... )
60 </LI>
61 <LI> gdcm has a nightly Dashboard (the whole lib is checked every night)
62 </LI>
63 <LI>gdcm targets both GNU/Un*ces and Windows/VC++
64    (refer to
65    <A HREF="Installation.html#gdcmRequirements">requirements</A>
66    for details).
67 </LI>
68 <LI>gdcm comes with a
69    <A HREF="http://public.kitware.com/VTK">VTK</A>
70    shallow wrapper class <TT>vtkGdcmReader</TT> (refer to
71    <A HREF="VtkGdcm.html">VtkGdcm</A>)
72    to ease the burden of VTK users,
73 <LI>gdcm also comes with
74    <A HREF="html.developper/DoxyPythonComplete.html">gdcmPython</A>
75    it's
76    <A HREF="http://www.swig.org">SWIG</A>
77    generated
78   <A HREF="http://www.python.org">Python</A>
79   wrappers.
80 </LI>
81 </UL>
82
83 <!###################################>
84 <H2>What gdcm is <font color=#ff0000>NOT</font></H2>
85
86 Except for
87 <A HREF="http://www.dclunie.com/dicom-status/status.html">
88         dicom base standard <B>part 5</B></A>
89 gdcm does NOT implement any other part of the Dicom base standard
90 (as opposed to other C++ based with open license libraries like
91 <A HREF="http://www.offis.de/projekte/ig/dicom/soft-docs/soft01_d.html">
92         DCMTK</A>&nbsp;
93 or
94 <A HREF="http://www.erl.wustl.edu/DICOM/ctn.html">CTN</A>).
95 <BR>
96 In particular <B>gdcm is not aware</B> of:
97 <UL>
98 <LI>the Dicom network file exchange protocol (Query/Retrieve),
99 </LI>
100 <LI>the Dicom media storage formats (well ... it knows about the
101     <TT>DICOMDIR</TT> -reading and writing- and its parts <TT>PATIENT</TT>,
102     <TT>STUDY</TT>, <TT>SERIES</TT>, <TT>IMAGE</TT>)
103 </LI>
104 <LI>Print, Verification
105 </LI>
106 <LI>ANY OTHER PART of Dicom.
107 </LI>
108 </UL>
109
110 <!###################################>
111 <H2>What gdcm still misses</H2>
112
113 Among all the features of the
114 <A HREF="http://www.dclunie.com/dicom-status/status.html">
115         dicom part 5</A>
116 gdcm doesn't implement (yet?)
117 <UL>
118   <LI>the integration of (optional) overlays on image.
119   </li>
120   <LI>a support to write files according to the 
121      <A HREF="ConformanceSummary.html">various classical Jpeg encodings</A>
122              (only read methods are provided)
123   </li>
124   <LI>a support to deal with JPEG 2000 encodings</A>
125   </li>
126 </UL>
127 Gdcm also still needs
128 <UL>
129 <LI> an enhanced and simpler API to access the various forms of pixel data
130      (e.g. RGB, GrayLevel, RawData...),
131 </LI>
132 <LI> a decent user's guide (currently, only a partial doxygenation is
133      available),
134 </LI>
135 <LI> the python wrappers to be fixed,
136 </LI>
137 <LI> a simple
138      <A HREF="http://www.wxwindows.org/">wxWidgets</A>
139      Dicom file editor.
140 </LI>
141 </UL>
142
143 <!###################################>
144 <UL>
145 </UL>
146
147 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
148
149 </BODY>
150 </HTML>