]> Creatis software - gdcm.git/blob - Doc/Website/News.html
b71265da255dd21d80f4edadcb2a373166f2f2b1
[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 kinds of jpeg
22         compressed Dicom files (but jpeg2000) can be read
23    <LI> Use of <TT> namespace</TT> : all the methods formerly called
24        <TT>className::gdcmXxx()</TT> are now called <TT>className::Xxx()</TT>
25    <LI> Removal of accessors <TT>GetXxxByname</TT>, <TT>SetXxxByname</TT> 
26         and <TT>GetXxxByNumber</TT>, <TT>SetXxxByNumber</TT> 
27         replaced by <TT>GetXxx</TT>, <TT>SetXxx</TT> 
28    <LI> A huge number of memory leaks removed
29    <LI> All the previously gdcm-breaker images are now readable
30    <LI> Improvement of write process  
31 </UL>
32
33
34
35 <!#######################################################################>
36 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
37 <H2>
38    <A CLASS="anchor" NAME="NewsVersion0_6">
39       <B>Version 0.6 (June 8 2004)</B></A>
40 </H2>
41 <UL>
42    This version will be used by Insight Tool Kit 
43    (<a href="http://www.itk.org">ITK</a> 2.0) at the beginning of 2005.<br>
44     It's not yet packaged ...<br><br>
45    <LI> The new <TT>gdcmDocument</TT> class is a parent class of 
46        <TT>gdcmHeader</TT> class and <TT>gdcmDicomDir</TT> class.
47    <LI> Massive modifications in the Class Diagram :
48    <UL>
49       <LI> Entries (<TT>gdcmEntry</TT>) are now separated into 
50           <TT>ValEntry</TT> and <TT>SeqEntry</TT> (whose VR =
51           <TT>SQ</TT>)
52       <LI> a <TT>gdcmDocument</TT> is_a <TT>gdcmElementSet</TT>,
53          composed of a set of <TT>gdcmValEntry</TT> 
54          and <TT>gdcmSeqEntry</TT>
55       <LI> a <TT>gdcmSeqEntry</TT> is considered as a set 
56           of <TT>gdcmSQItem</TT>
57       <LI> Dicom Sequences (VR = <TT>SQ</TT>) are now dealt as tree-like 
58           structures within <TT>gdcmSQItem</TT> class.<br>
59           they are considered as a set of <TT>gdcmSQItem</TT>s
60       <LI> a <TT>gdcmSQItem</TT> is_a <TT>gdcmElementSet</TT> 
61   </UL>
62   <LI> Improvement of the jpeg sub-library: jpeg
63         compressed Dicom files (lossless and lossy) 
64   might be read (check-it out)
65 </UL>
66
67 <!#######################################################################>
68 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
69 <H2>
70    <A CLASS="anchor" NAME="NewsVersion0_4">
71       <B>Version 0.4 (February 6 2004)</B></A>
72 </H2>
73 <UL>
74    <LI> Introduction of a jpeg sub-library: some very simple jpeg-lossy
75         compressed Dicom files might be working (check-it out).
76    <LI> And also, fewer memory leaks, cleaned-up stl usage (should work
77         with gcc-3.x), python disutil installer (see file setup.py)
78         supporting both Swig and vtk wrapping.
79    <LI> Introduction of a RLE (Run-Time Encoding) library
80    <LI> Color images (RGB or Palette Color) are dealt with
81  
82 </UL>
83
84 <!#######################################################################>
85 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
86 <H2>
87    <A CLASS="anchor" NAME="NewsVersion0_3">
88       <B>Version 0.3 (July 8 2003)</B></A>
89 </H2>
90 <UL>
91    <LI> <TT>gdcmFile</TT> class now enables acces to the data
92        i.e. the image[s] content. Previously only parsing of the
93        Dicom header was available through usage of <TT>gdcmHeader</TT>
94        class.
95    <LI> a <A HREF="http://public.kitware.com/VTK/">VTK</A> plugin
96        of gdcm is now available through the <TT>vtkGdcmReader</TT>
97        vtk class (see it as a vtk wrapper of gdcm), which enables
98        <UL>
99          <LI> Loading of a single image,
100          <LI> Loading of a stack of images from multiple Dicom files,
101          <LI> this class is wrapped for vtkPython (by using native vtk
102               wrappers).
103        </UL>
104    <LI> Introduction of a jpeg sub-library: lossless-jpeg
105         compressed Dicom files work.
106 <LI> <TT>vtkgdcmViewer</TT> allows easy displaying of single/multiframe 
107      GreyLevel/RGB/PaletteColor images
108 </UL>
109
110 <!#######################################################################>
111 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
112 <H2>
113    <A CLASS="anchor" NAME="NewsVersion0_1">
114       <B>Version 0.1 (April 1 2003)</B></A>
115
116 <!#######################################################################>
117 <HR size="1"><ADDRESS style="align: right;"></ADDRESS>
118 <H2>
119    <A CLASS="anchor" name="NewsVersion0_1">
120       <B>Version 0.0 (March 14 2003)</B></A>
121
122 <HR size="1"><ADDRESS style="align: right;"></ADRESS>
123
124 </BODY>
125 </HTML>