]> Creatis software - gdcm.git/blob - Doc/Website/News.html
Fix English mistakes
[gdcm.git] / Doc / Website / News.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 News</TITLE>
6 </HEAD>
7
8 <BODY>
9
10
11 <!#######################################################################>
12 <H1>Gdcm News</a></H1>
13
14 <!#######################################################################>
15
16 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
17 <H2>
18    <A CLASS="anchor" NAME="missing">
19       <B>Missing features</B></A>
20 </H2>
21 We know the following are missing; don't loose time looking for them ...<br>
22 We know they could be helpfull. We shall add them some day.<br>
23 Any contribution is welcome.
24
25 <UL>
26    <LI> gdcm doesn't read yet JPEG-LS and JPEG2000 encoded files.
27    <LI> Allow user to tell <TT>gdcm::Document</TT> constructor he doesn't 
28            want to deal with <TT>SeqEntry</TT (every time it's possible)
29    <LI> Allow user to tell <TT>gdcm::Document</TT> constructor he doesn't 
30            want to deal with <TT>Shadow groups</TT> 
31    <LI> Allow user to tell <TT>gdcm::Document</TT> constructor he just wants 
32            to load a given list of <TT>DocEntries</TT> (to save CPU time and RAM
33            space)
34    <LI> Allow user to tell the Writer he doesn't want to write down
35            <TT>SeqEntry</TT> (if any) 
36    <LI> Allow user to tell the Writer he doesn't want to write down
37            <TT>Shadow groups</TT> (if any)
38    <LI> <TT>Icon Image</TT> management (Read and Write) 
39    <LI> <TT>DICOMDIR</TT> full management (not limited to
40            <TT> PATIENT</TT>/<TT>STUDY</TT>/<TT>SERIE</TT>/<TT>IMAGE</TT>)
41    <LI> Allow user to add an Entry to the default entry list, before
42            making a <TT>DICOMDIR</TT> from a root directory
43    <LI> <TT>DICOMDIR</TT> anonymiser (<TT>Load</TT> and <TT>Noload</TT> mode)
44    <LI> 16-bits-LUT full Management
45    <LI> User friendly management of <TT>Rescale Slope</TT> and
46            <TT>Rescale Intercept</TT>
47    <LI> Allow parsing the <TT>Shadow groups</TT> against a user supplied 
48            private <TT>Dicom Dictionary</TT> (pfff!...)
49    <LI> An accurate <TT>SerieHelper</TT>
50 </UL>
51
52 <!#######################################################################>
53 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
54 <H2>
55    <A CLASS="anchor" NAME="NewsCurrentVersion">
56    <B>Current Version</B></A>
57       <B></B></A>
58 </H2>
59
60 <UL>
61    <LI>State of the art
62    <UL>    
63       <LI>
64          <a href="uml-gdcm.pdf">gdcm UML Class Diagram</a> current version.
65
66       <LI>
67    </UL>
68
69    <LI> New Features
70    <UL>
71       <LI>Both <TT>vtkgdcmViewer</TT> and <TT>vtkgdcmViewer2</TT> 
72           are available to allow easy displaying of single/multiframe 
73           GreyLevel/RGB/PaletteColor images
74
75    </UL>
76
77    <LI> Bug fixes
78    <UL>
79       <LI> The difference between <TT>MONOCHROME1</TT> (low values = bright,
80             high values = dark) and <TT>MONOCHROME2</TT> (low values = dark,
81             high values = bright) is now taken into account.<br> 
82             It's no longer up to the user to change the pixels value
83  
84    </UL>
85
86    <LI> A.P.I. breaking modifications (since previous version : <TT>1.0</TT>)
87    <UL>    
88       <LI>
89
90    </UL>
91
92
93    <LI> Known bugs
94    <UL>
95       <LI> Writing a 'True Dicom' image after reading an ACR-NEMA image requests
96            from the user to build up 'manually' the Meta Elements group (0002) 
97       <LI> Management, on Big Endian Processors, of unloaded BinEntries
98       <LI> Old '24 Bits' ACR-NEMA are not correctly re-written in DICOM mode.
99    </UL>
100 </UL>
101
102
103 <!#######################################################################>
104 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
105 <H2>
106    <A CLASS="anchor" NAME="NewsVersion1_0">
107       <B>Version 1.0 (Feb 14 2005)</B></A>
108 </H2>
109 <UL>
110    <LI>State of the art
111    <UL>
112       <LI>
113          <a href="Doc1.0/uml-gdcmV1.0.pdf">gdcm 1.0 UML Class Diagram</a> version.
114       <LI> <a href= "Doc1.0/html.user/index.html">User Documentation"</a>
115       <LI> <a href= "Doc1.0/html.developper/index.html">Developper
116          Documentation"</a>
117       <LI> Final check of the jpeg sub-library: all 'classical' jpeg
118         compressed Dicom files can be read<br>
119       <LI>All the previously gdcm-breaker images are now readable<br>
120       <LI> A huge number of memory leaks removed
121       <LI> Improvement of write process   
122    </UL>
123
124  
125    <LI> A.P.I. breaking modifications (since previous version : <TT>0.6</TT>)
126    <UL>
127       <LI> Use of <TT> namespace</TT> : all the methods formerly named
128           <TT>className::gdcmXxx()</TT> are now named <TT>className::Xxx()</TT>
129           <br> End user will have to call them as <TT>gdcm::className::Xxx() </TT>
130       <LI> a <TT>gdcm::Document</TT> is now specialized in : 
131       <UL>
132          <LI> <TT>gdcm::DicomDir</TT>
133          <LI> <TT>gdcm::File</TT>
134       </UL>
135       <LI> a <TT>gdcm::DicomElementSet</TT> is composed of a set of 
136             <TT>gdcm::DicomDocEntry</TT>
137       <LI> a <TT>gdcm::DicomDocEntry</TT> can be :
138       <UL>
139          <LI> a <TT>gdcm::ContentEntry</TT>, specialized in :
140          <UL>
141             <LI> <TT>gdcm::ValEntry</TT>
142             <LI> <TT>gdcm::BinEntry</TT> (no longer a specialization of
143                  <TT>gdcm::ValEntry</TT>) 
144         </UL>
145       <LI> a <TT>gdcm::SeqEntry</TT> 
146       </UL>
147    <LI> Removal of useless accessors <TT>GetXxxByname</TT>, <TT>SetXxxByname</TT> 
148    <LI> Removal of accessors <TT>GetXxxByNumber</TT>, <TT>SetXxxByNumber</TT>, 
149         renamed as <TT>GetXxx</TT>, <TT>SetXxx</TT>
150    </UL>
151 </UL>
152
153 <!#######################################################################>
154 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
155 <H2>
156    <A CLASS="anchor" NAME="NewsVersion0_6">
157       <B>Version 0.6 (June 8 2004)</B></A>
158 </H2>
159 <UL>
160    This version will be used by Insight Tool Kit 
161    (<a href="http://www.itk.org">ITK</a> 2.0) at the beginning of 2005.<br>
162     It's not yet packaged ...<br><br>
163    <LI> <a href= "Doc0.6/html.user/index.html">User Documentation"</a>
164    <LI> <a href= "Doc0.6/html.developper/index.html">Developper Documentation"</a>  
165    <LI> The new <TT>gdcmDocument</TT> class is a parent class of 
166        <TT>gdcmHeader</TT> class and <TT>gdcmDicomDir</TT> class.
167    <LI> Massive modifications in the Class Diagram :
168    <UL>
169       <LI> any dicom related file is a <TT>gdcmDocument</TT>
170       <LI> a <TT>gdcmDocument</TT> can be :
171       <UL>
172          <LI> a <TT>gdcmHeader</TT>, if it contains pixel data
173          <LI> a <TT>gdcmDicomDir</TT>, if it contains only informations 
174               on the files in a given directory  
175       </UL>
176
177    <LI> a <TT>gdcmDocument</TT> is_a <TT>gdcmElementSet</TT>,
178         composed of a set of <TT>gdcmEntry</TT> separated into :
179       <UL>
180       <LI> <TT>gdcmValEntry</TT><br>
181            a specialization of <TT>gdcmValEntry</TT>, for 'non
182            <TT>std::string</TT> representable' values is 
183            <TT>gdcmBinEntry</TT> 
184        <LI> <TT>gdcmSeqEntry</TT> (VR = <TT>SQ</TT>, i.e Dicom Sequences)<br>
185              they are dealt as tree-like structures :<br>
186              - a <TT>gdcmSeqEntry</TT> is considered as a set 
187              of <TT>gdcmSQItem</TT>,<br>
188              - a <TT>gdcmSQItem</TT> is_a <TT>gdcmElementSet</TT>, composed 
189              of <TT>gdcmDocEntries</TT>, recursively <br>
190       </UL>
191    </UL>
192    <LI> Improvement of the jpeg sub-library: jpeg
193            compressed Dicom files (lossless and lossy) 
194            might be read (check-it out)
195 </UL>
196
197 <!#######################################################################>
198 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
199 <H2>
200    <A CLASS="anchor" NAME="NewsVersion0_4">
201       <B>Version 0.4 (February 6 2004)</B></A>
202 </H2>
203 <UL>
204
205    <LI> <a href="Doc0.4/uml-gdcmV0.4.pdf">gdcm 0.4 UML Class Diagram</a>.
206    <LI> <a href= "Doc0.4/html.user/index.html">User Documentation"</a>
207    <LI> <a href= "Doc0.4/html.developper/index.html">Developper Documentation </a>
208
209    <LI> Introduction of a jpeg sub-library: some very simple jpeg-lossy
210         compressed Dicom files might be working (check-it out).
211    <LI> And also, fewer memory leaks, cleaned-up stl usage (should work
212         with gcc-3.x), python disutil installer (see file setup.py)
213         supporting both Swig and vtk wrapping.
214    <LI> Introduction of a RLE (Run-Time Encoding) library
215    <LI> Color images (RGB or Palette Color) are dealt with
216    <LI> Confusing names <TT>gdcmPatient</TT>, <TT>gdcmStudy</TT>,
217         <TT>gdcmSerie</TT>, <TT>gdcmPatient</TT> changed to 
218         <TT>gdcmDicomDirPatient</TT>, <TT>gdcmDicomDirStudy</TT>, 
219         <TT>gdcmDicomDirSerie</TT>, <TT>gdcmDicomDirPatient</TT>
220  
221 </UL>
222
223 <!#######################################################################>
224 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
225 <H2>
226    <A CLASS="anchor" NAME="NewsVersion0_3">
227       <B>Version 0.3 (July 8 2003)</B></A>
228 </H2>
229 <UL>
230    <LI> <TT>gdcmFile</TT> class now enables acces to the data
231        i.e. the image[s] content. Previously only parsing of the
232        Dicom header was available through usage of <TT>gdcmHeader</TT>
233        class.
234    <LI> a <A HREF="http://public.kitware.com/VTK/">VTK</A> plugin
235        of gdcm is now available through the <TT>vtkGdcmReader</TT>
236        vtk class (see it as a vtk wrapper of gdcm), which enables
237        <UL>
238          <LI> Loading of a single image,
239          <LI> Loading of a stack of images from multiple Dicom files,
240          <LI> this class is wrapped for vtkPython (by using native vtk
241               wrappers).
242        </UL>
243    <LI> Introduction of a jpeg sub-library: lossless-jpeg
244         compressed Dicom files work.
245 <LI> <TT>vtkgdcmViewer</TT> allows easy displaying of single/multiframe 
246      GreyLevel/RGB/PaletteColor images
247 </UL>
248
249 <!#######################################################################>
250 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
251 <H2>
252    <A CLASS="anchor" NAME="NewsVersion0_1">
253       <B>Version 0.1 (April 1 2003)</B></A>
254
255 <!#######################################################################>
256 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
257 <H2>
258    <A CLASS="anchor" name="NewsVersion0_1">
259       <B>Version 0.0 (March 14 2003)</B></A>
260
261 <HR size="1"><ADDRESS style="align: right;"></ADRESS>
262
263 </BODY>
264 </HTML>