]> Creatis software - gdcm.git/blob - Doc/Website/News.html
Now SerieHeader::SetDirectory() allow recursive exploration of the Directory
[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 <H1>Gdcm News</a></H1>
12
13 <!#######################################################################>
14 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
15 <H2>
16    <A CLASS="anchor" NAME="NewsCurrentVersion">
17    <B>Current Version</B></A>
18       <B></B></A>
19 </H2>
20 <UL>
21    <LI> Final check of the jpeg sub-library: all 'classical' jpeg
22         compressed Dicom files can be read<br>
23         All the previously gdcm-breaker images are now readable<br>
24         gdcm doesn't read yet JPEG-LS and JPEG2000 encoded files.
25    <LI> Use of <TT> namespace</TT> : all the methods formerly called
26        <TT>className::gdcmXxx()</TT> are now called <TT>className::Xxx()</TT>
27    <LI> Removal of accessors <TT>GetXxxByname</TT>, <TT>SetXxxByname</TT> 
28         and <TT>GetXxxByNumber</TT>, <TT>SetXxxByNumber</TT> 
29         replaced by <TT>GetXxx</TT>, <TT>SetXxx</TT>
30    <LI> a gdcm::Document is now specialized in gdcm::DicomDir and gdcm::File
31    <LI> A huge number of memory leaks removed
32    <LI> Improvement of write process  
33 </UL>
34 <br>
35 <pre>
36 For people who get this new release :
37
38 We consider now that :
39 - any dicom related file is a gdcm::Document.
40 - a gdcm::Document can be :
41       - a gdcm::File,     if it contains pixel data,
42       - a gdcm::DicomDir, if it contains only informations 
43                           on the files in a given directory
44 - in a gdcm::Document, there are gdcm::DocEntry, that can be :
45      - gdcm::ValEntry (whose value is std::string representable 
46                        i.e. character values, or integers),
47      - gdcm::BinEntry (whose value is not std::string representable 
48                        i.e. color palettes, overlays, icons , ...)
49      - gdcm::Sequence (no proper 'value', but a set of gdcm::SQItems, 
50                        composed of a set of gdc::DocEntry, recursively)
51 - in a gdcm::DicomDir, we only deal, hierachically, with :
52      - gdcmPatient
53      - gdcmStudy
54      - gdcmSerie
55      - gdcmImage
56 </pre>
57
58
59
60
61 <!#######################################################################>
62 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
63 <H2>
64    <A CLASS="anchor" NAME="NewsVersion0_6">
65       <B>Version 0.6 (June 8 2004)</B></A>
66 </H2>
67 <UL>
68    This version will be used by Insight Tool Kit 
69    (<a href="http://www.itk.org">ITK</a> 1.10) at the beginning of 2005.<br>
70     It's not yet packaged ...<br><br>
71    <LI> The new <TT>gdcmDocument</TT> class is a parent class of 
72        <TT>gdcmHeader</TT> class and <TT>gdcmDicomDir</TT> class.
73    <LI> Massive modifications in the Class Diagram :
74    <UL>
75       <LI> Entries (<TT>gdcmEntry</TT>) are now separated into 
76           <TT>ValEntry</TT> and <TT>SeqEntry</TT> (whose VR =
77           <TT>SQ</TT>)
78       <LI> a <TT>gdcmDocument</TT> is_a <TT>gdcmElementSet</TT>,
79          composed of a set of <TT>gdcmValEntry</TT> 
80          and <TT>gdcmSeqEntry</TT>
81       <LI> a <TT>gdcmSeqEntry</TT> is considered as a set 
82           of <TT>gdcmSQItem</TT>
83       <LI> Dicom Sequences (VR = <TT>SQ</TT>) are now dealt as tree-like 
84           structures within <TT>gdcmSQItem</TT> class.<br>
85           they are considered as a set of <TT>gdcmSQItem</TT>s
86       <LI> a <TT>gdcmSQItem</TT> is_a <TT>gdcmElementSet</TT> 
87   </UL>
88   <LI> Improvement of the jpeg sub-library: jpeg
89         compressed Dicom files (lossless and lossy) 
90   might be read (check-it out)
91 </UL>
92
93 <!#######################################################################>
94 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
95 <H2>
96    <A CLASS="anchor" NAME="NewsVersion0_4">
97       <B>Version 0.4 (February 6 2004)</B></A>
98 </H2>
99 <UL>
100    <LI> Introduction of a jpeg sub-library: some very simple jpeg-lossy
101         compressed Dicom files might be working (check-it out).
102    <LI> And also, fewer memory leaks, cleaned-up stl usage (should work
103         with gcc-3.x), python disutil installer (see file setup.py)
104         supporting both Swig and vtk wrapping.
105    <LI> Introduction of a RLE (Run-Time Encoding) library
106    <LI> Color images (RGB or Palette Color) are dealt with
107  
108 </UL>
109
110 <!#######################################################################>
111 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
112 <H2>
113    <A CLASS="anchor" NAME="NewsVersion0_3">
114       <B>Version 0.3 (July 8 2003)</B></A>
115 </H2>
116 <UL>
117    <LI> <TT>gdcmFile</TT> class now enables acces to the data
118        i.e. the image[s] content. Previously only parsing of the
119        Dicom header was available through usage of <TT>gdcmHeader</TT>
120        class.
121    <LI> a <A HREF="http://public.kitware.com/VTK/">VTK</A> plugin
122        of gdcm is now available through the <TT>vtkGdcmReader</TT>
123        vtk class (see it as a vtk wrapper of gdcm), which enables
124        <UL>
125          <LI> Loading of a single image,
126          <LI> Loading of a stack of images from multiple Dicom files,
127          <LI> this class is wrapped for vtkPython (by using native vtk
128               wrappers).
129        </UL>
130    <LI> Introduction of a jpeg sub-library: lossless-jpeg
131         compressed Dicom files work.
132 <LI> <TT>vtkgdcmViewer</TT> allows easy displaying of single/multiframe 
133      GreyLevel/RGB/PaletteColor images
134 </UL>
135
136 <!#######################################################################>
137 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
138 <H2>
139    <A CLASS="anchor" NAME="NewsVersion0_1">
140       <B>Version 0.1 (April 1 2003)</B></A>
141
142 <!#######################################################################>
143 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
144 <H2>
145    <A CLASS="anchor" name="NewsVersion0_1">
146       <B>Version 0.0 (March 14 2003)</B></A>
147
148 <HR size="1"><ADDRESS style="align: right;"></ADRESS>
149
150 </BODY>
151 </HTML>