]> Creatis software - gdcm.git/blob - ChangeLog
Adding a GDCM_DATA_ROOT for testing
[gdcm.git] / ChangeLog
1 2004-04-25  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
2      * ENH: Adding a GDCM_DATA_ROOT for testing
3
4 2004-04-25  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
5      * ENH: Adding automatic testing
6        1. Need a DartConfig.cmake to submit to public
7        2. Add a test driver gdcmTest.cxx
8        3. gdcmTestMain, an helper for the main test driver gdcmTest
9        4. Files in Test don't have a main anymore, this becomes intersting when we add more and more tests, thus dsw don't have to load too many projects
10
11 2004-04-22  Jean-Pierre Roux
12      * ENH Minor changes to the Print() methods
13      * ADD gdcmParser::PrintEntryNiceSQ() to allow SQ-indented
14            Header printing. Example given with :
15            PrintHeader fileName  2 new
16           (SQ based tree-like structure still to be done for the Header ...)
17            
18 2004-04-22  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
19      * ENH: Some cosmetic clean up for compilation with -W -Wall -Werror
20          1. I have added some unsigned where needed
21          2. Some function parameter not used -> (void)
22          3. In gdcmDicomDir.cxx, add GDCM_DICOMDIR_NONE case
23          4. g++ don't like character '\' in comment
24          5. #define jpeg_create_decompress  jCreaDecompress
25                     this really need to be fixed
26          6. virtualize destructor of gdcmObject ... leakage
27          7. sscanf(g->first.c_str(),"%x",&gr_bid); 
28                     this also really need to be fixed
29          8. gdcm/src/jpeg/libijg8/CMakeLists.txt, 
30                     remove compression file 
31                     (as we only do decompression, right ?)     
32      * ENH: Change malloc/calloc/free with c++ equivalent
33
34 2004-04-21  Jean-Pierre Roux
35      * FIX gdcmHeaderHelper::GetXSpacing
36            when a single value is found (bug ?), xpacing is now 
37            defaulted to yspacing
38            
39 2004-04-19  Jean-Pierre Roux
40      * ADD gdcmData/Wrist.pap (PAPYRUS 3.0 -single frame-) for checking purpose
41      * ENH add parameters :
42                bool  exception_on_error = false, 
43                bool  enable_sequences   = false,
44                bool  ignore_shadow      = false
45            to the gdcmFile constructors to be full gdcmParser compliant
46      * FIX vtk/vtkGdcmReader.cxx now uses  enable_sequences = true in gdcmFile
47            to allow reading of PAPYRUS 3.0 files 
48               
49 2004-04-06  Jean-Pierre Roux
50      * ADD gdcmData/E00001S03I0015.dcm for SQ checking purpose
51      
52 2004-04-02  Jean-Pierre Roux
53      * ADD : Test/checksequence.sh, for a general recap on SQ pb
54      * FIX : gdcmParser::WriteEntryTagVRLength emprovement of special treatement
55              for Philips spurious Tag fffe|0000 while rewritting Dicom files
56              
57 2004-03-30  Jean-Pierre Roux
58      * FIX gdcmParser::ReplaceOrCreateByNumber shouldn't seg fault any more 
59          for ACR file, written out as DICOM files (hope so...)
60
61 2004-03-30  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
62      * src/gdcmParser.[cxx|h] and gdcmHeader.[cxx.h]: gdcmHeader::Write split
63        in WriteEntryTagVRLength and WriteEntryValue. Those methods were
64        moved to base class gdcmParser and only the specialisation is kept
65        in gdcmHeader.
66      * src/gdcmParser.[cxx|h]: ReplaceOrCreateByNumber(char*, guint16, guint16)
67        trashed out (because ReplaceOrCreateByNumber(string, guint16, guint16)
68        already does the job.
69      * src/gdcmDicomDir.[cxx|h]: WriteDicomDirEntries renamed to WriteEntries
70        (to be consistent with gdcmParser::WriteEntries).
71
72 2004-03-30 Benoit Regrain
73      * vtk/vtkGdcmReader.[h|cxx] : fix the read of 3 gdcmHeader when making an
74        upate of the object's instance. It's passed to 2 in the unfavorable
75        case : one in the ExecuteInformation, one in the ExecuteData
76
77 2004-03-29  Jean-Pierre Roux
78      * ENH : Check on file type to be written moved
79              from gdcmParser::WriteEntry to gdcmParser::WriteEntries
80      * FIX : gdcmObject::ResetBoundaries now stops properly
81              when end-of-list is reached
82            : gdcmVersion modified (as Benoit Regrain asked)
83
84 2004-03-29  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
85      * src/gdcmParser.cxx: removal of all TAB character. Indentation fixed.
86      * src/gdcmUtil.cxx: added forgotten iostream include.
87      * src/gdcmCommon.h: FileType enum entry DICOMDIR removed (since
88        equivalent to ExplicitVR in existing code).
89
90 2004-03-27  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
91      * src/gdcmUtil.[cxx|h] split in two. Additional file gdcmGlobal.[cxx|h]
92        now contains all the gdcmGlobal related code.
93      * minor coding style and doxygenation changes.
94
95 2004-03-26  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
96      * src/gdcmUtil.[cxx|h] split in two. Additional file gdcmDebug.[cxx|h]
97        now contains all the Debug related code.
98      * minor clean-up of includes in src/*.cxx
99      * src/gdcmUtil.[cxx|h] _cleanString C style function (replaced with
100        CreateCleanString) removed.
101      * src/gdcmUtil.[cxx|h] _CreateCleanString renamed to CreateCleanString
102      * Doc/DoxyMainPageUser.txt added.
103      * Doc/Doc/DoxyfileUsers updated to version 1.3.4 of Doxygen.
104      * src/gdcmCommon.h now defines getcwd for Win32 (moved away from
105        src/gdcmDirList.cxx)
106
107 2004-03-24  Jean-Pierre Roux
108      * FIX a lot of little surface modifications to be doxygen 1.3.6 compliant
109
110 2004-03-23  Jean-Pierre Roux
111      * FIX Now gdcmFile::SwapZone doesn't seg faults any longer for
112            big endian made volumes
113      * ENH Now gdcmParser constructor and destructor are protected to forbid
114            end user to instanciate class gdcmParser
115           (only gdcmHeader and gdcmDicomDir are meaningfull)
116
117 2004-03-22 Benoit Regrain
118      * FIX : src/gdcmDicomDir.cxx : make windows compilable
119      * FIX : gdcmPython/gdcm.i : change gdcmStudy to gdcmDicomDirStudy and
120              gdcmSerie to gdcmDicomDirSerie
121
122 2004-03-19  Jean-Pierre Roux
123      * ENH Now the tree-like structure describing a DICOMDIR comming from
124            an already existing DICOMDIR file is consistent with
125            the home-made tree-like structure build ex-nihilo
126            or build from the files held (recursively) in a Directory
127            functions gdcmDicomDir::CheckBoundaries()
128            gdcmObject::SetBoundaries() added
129
130 2004-03-17  Jean-Pierre Roux
131      * REM (Eric Boix bug) : removal of meaningless
132                              gdcmDicomDirImage::NewImage function.
133      * FIX now file names and directory name are written properly in the
134            DICOMDIR
135      * FIX now gdcmDicomDir constructor may be call without any trick
136            about the name
137
138 2004-03-16  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
139      * FIX (JPR bug) : src/gdcmDicomDirImage.cxx added missing definition
140                        of gdcmDicomDirImage::NewImage as empty function.
141
142 2004-02-28  Jean-Pierre Roux
143      * ENH add gdcmDicomDir:NewPatient
144            add gdcmDicomDirPatient:NewStudy
145            add gdcmDicomDirStudy:NewSerie
146            add gdcmDicomDirSerie:NewImage
147            to allow making gdcDicomDir object.
148      * ADD PrintDicomDir executable that uses gdcmDicomDir tree-like structure
149           (as opposite to the gdcmHeader chained list)
150
151 2004-02-11 Benoit Regrain
152      * FIX : memory leaks and the set of ArgDelete methods in gdcmDicomDir
153              when using from python
154
155 2004-02-10 Benoit Regrain
156      * FIX : bug fix in the gdcmDirList for the recursivity in directories
157      * FIX : in gdcmDicomDir when the directory is empty
158      * ENH : add callback and methods to get the progression of dicomDir
159              directory parsing
160
161 2004-02-06 Jean-Pierre Roux
162      * ENH : - now gdcmDicomDir::CreateDicomDir() returns also the meta elements
163              - GDCM_META added to gdcmDicomDirType
164              - class gdcmMeta created
165      * ENH : - A brief summary is now displayed at the beginning of
166              'testDicomDir' to help disaster magnitude estimation
167      * REM : Now useless Test/explDICOMDIR.cxx
168
169 2004-02-05 Benoit Regrain
170      * ENH : add methods in gdcmObject to get the hash table or the list of
171              header entries
172      * FIX : wrapping python for ListPatient, ListStudy, ListSerie, ListImage
173      * FIX : wrapping python for TagHeaderEntryHT
174
175 2004-02-04 Benoit Regrain
176      * FIX : even length for some strings when writting the dicom dir
177      * FIX : sort the images in the dicom dir
178      * FIX : Bug fix for python use of dicom dir
179      * ADD : a python demo
180
181 2004-02-04 Jean-Pierre Roux
182      * FIX : Final solution (?) for icone embedded images
183      * FIX : dicomVR.dic Overlay group is not *only* 6000, but 60xxx
184              (see http://medical.nema.org/dicom/2003/03_06PU.PDF)
185              add groups 6002, 6004, 6006, to allow 'clean' parsing of
186              gdcmData/gdcm-MR-SIEMENS-16.acr1
187      * ENH add gdcmData/checkWriteExplicit.sh gdcmData/checkWriteImplicit.sh
188            to make full checking easier
189         
190 2004-02-04 Benoit Regrain
191      * FIX : WriteEntries : coding style & logic in parameters
192      * FIX : Set the elements to create the DicomDir in a dictionary file
193
194 2004-02-03 Benoit Regrain
195      * gdcmDirList : to parse a hard drive directory in recursive (or not)
196      * gdcmDicomDir : add the load of directory
197      * Bug fix and print add-on
198
199 2004-02-03 Jean-Pierre Roux
200      * ENH gdcmParser : allows "DICM" files, with NO group '0002'
201      * FIX handling 'non string elements' unsecure area (LUT, overlays, etc)
202      * FIX Dicts/dicomV3.dic : Add a few missing 'group length' Elements 
203      * FIX gdcmParser.cxx : 'group length' elements are now considered 
204            as integers, even for shadow groups, when file is Implicit VR
205         
206 2004-02-02 Jean-Pierre Roux
207      * FIX : gdcmWrite : equal_range() for multimap doesn't return a 'second' 
208              iterator on last
209              of the last synonym :-(
210      * FIX : gdcmWrite::WriteBase : method stops if Pixels not yet Read (except 
211              for DICOMDIR ;-)
212      * ENH gdcmData/checkWrite.sh :modif for full check of Explicit VR writting
213      * FIX taking into account the possible 7fe0,0010 multiplicity        
214      * FIX add GRPixel,NumPixel,countGrPixel (gdcmParser protected members)
215            to allow removal of references to 7fe0,0010, to deal with
216       ACR-NEMA images, when 0028,0200 is meaningfull
217
218 2004-01-31 Jean-Pierre Roux
219      * FIX gdcmParser::WriteEntries : when a VR is tagged as 'Unknown'
220            no longer writes 'Un' on disk
221      * FIX SQ elements with actual length are now dealt with corectly
222      * FIX gdcmFile::WriteBase make the difference, for color images, between
223            the length (for Palette expanded images)
224            and Raw Length (non expanded image + Palette)
225      * FIX Dicts/dicomV3.dic : removal of 'CTX' (context dependant) VR
226            (that broke Write). Replaced by UL.
227            Aware user will reload the field if he 
228            thinks it's necesssary
229              
230 2004-01-30 Jean-Pierre Roux
231      * gdcmParser::CheckSwap() now defaults the filetype to ACR 
232        when 'dirty Acr' is found, to be compliant with the new 
233        IsReadable() methods.
234        
235      * gdcmHeaderHelper :add Pixel Type 'FD', for dealing with 'double' images.
236       (no DOUBLE images in kosher DICOM, 
237       but so usefull for people that miss them ;-)
238       
239      * add Test/testDicomDir.cxx, Test/makeDicomDir.cxx , Test/explDICOMDIR.cxx
240        DICOMDIR related utilities (not checked as Windoze compliant)
241
242 2004-01-28 Jean-Pierre Roux
243      * upgrade GdcmHeaderEntry Print Method for DICOMDIR
244
245 2004-01-27 Jean-Pierre Roux
246      * gdcmParser constructor has a new boolean param,'ignore_shadow', 
247              to allow skipping the shadow elements, to save memory space.
248         The TRUE value for this param has to be used 
249         with a FALSE value for the 'enable_sequence' param.
250         ('public elements' may be embedded in 'shadow Sequences')
251      * gdcmHeader methods now deal with 'embedded icones images' in the header
252              (even when an 'icone image sequence' is announced by the 
253         element (0x0088,0x0200), but there is NO icone at all ...
254         
255      * gdcmHeader sometimes Image Location value doesn't follow  
256              the supposed processor endianity (see gdcmData/cr172241.dcm).
257              Fixed
258
259      * gdcmHeader add the method
260              IterHT  GetHeaderEntrySameNumber(grPixel,numPixel);
261         to get *all* the Header Entries with the same tag.
262         GetHeaderEntrySameName is probabely *useless* 
263         (no meaning : Name is *not* an identifier within the Dictionnary)
264
265 2004-01-26 Benoit Regrain
266      * Bug fix in the print of hexadecimal representations. Remove long fields 
267        in the print and add a third level of print to print them
268
269 2004-01-23 Benoit Regrain
270      * Bug fix on field having a VR = 'UI'. Assume that is a string field
271      * Bug fix on test suite after remove the strip made on not string fields
272      * Split the IsReadable method between gdcmParser which test that the file
273        is dicom and gdcmHeader which test that it's an image file
274
275 2004-01-22 Benoit Regrain
276      * DicomDir : clean code, add methods, set variables in protected or private
277      * gdcmUtil : bug fix for the clean string method
278
279 2004-01-19 Benoit Regrain
280      * Add the use of shadow dictionaries
281      * bug fix and coding style
282
283 2004-01-19 Benoit Regrain
284      * src/gdcmFile.cxx : bug fix concerning the close of file
285      * src/gdcmParser.[h|cxx] : remove obvious Pub informations
286      * Add the update of header entries using the shadow library
287
288 2004-01-19 Benoit Regrain
289      * removal of file gdcmHeader2.cxx
290      * split class gdcmHeader into gdcmParser and gdcmHeader, with gdcmHeader
291        inheriting from gdcmParser. This split is to prepare the integration
292        of dicom dir parsing
293      * bug fix under python
294
295 2004-01-16 Jean-Pierre Roux
296     * REM removal of class gdcmHeaderEntrySet
297     * REM removal of files gdcmHeaderEntrySet.cxx, gdcmHeaderEntrySet.h
298     * ADD add file gdcmHeader2.cxx 
299     * ADD add method gdcmHeader::SetPrintLevel (for PrintHeader)
300
301 2004-01-15 Benoit Regrain
302      * src/gdcmDicSet.[h|cxx] : add virtual entries to have a reference of
303        entries created while parsing the header. Thus, they will be destroyed
304        when the gdcmDictSet will be destroyed
305      * src/gdcmHeader.cxx, gdcmHeaderEntrySet.cxx : uses virtual entries of
306        gdcmDictSet
307
308 2004-01-15 Benoit Regrain
309      * vtk/vtkGdcmReader.cxx : bug fix : before, with python only, the program
310        made a fatal error because of the memory release at the end of program.
311        The problem was in vtkGdcmReader::ExecuteData where we were allocate
312        some memory and vtk seems to have some problems with that.
313      * src/gdcmHeaderEntrySet.cxx : bug fix for std lib and cout
314
315 2004-01-14 Benoit Regrain
316      * src/gdcmHeaderEntry.[h|cxx] : gdcmElValue -> gdcmHeaderEntry
317      * src/gdcmHeaderEntrySet.[h|cxx] : gdcmElValSet -> gdcmHeaderEntrySet
318      * src/*.[h|cxx] : make changes due to class name changes
319      * gdcmPython/demo/*.py : bug fix due to method names
320
321 2004-01-13 Benoit Regrain
322      * src/*.[h|cxx] : coding style
323      * vtk/*.[h|cxx] : coding style
324
325 2004-01-13 Benoit Regrain
326      * gdcmPython/testSuite.py : test the readable flag of file for tests
327      * src/gdcmDict.cxx, gdcmElValSet.cxx : bug fix under windows for prints.
328        It's lied to the stl compilation by MSVC (windows, always windows...)
329      * src/gdcmIdo.h, gdcmHeaderIdo.cxx : remove the Ido unused files
330
331 2004-01-12 Benoit Regrain
332      * src/*.h : add comments
333      * src/gdcmDictSet.h : set the method BuildDictPath in public
334      * src/gdcmTS.cxx, gdcmVR.cxx : use now a dictionnary file other than to be
335        directly setted in the source code
336      * Dicts/dicomTS.dic, dicomVR.dic : 2 new dictionnary files loaded by
337        gdcmTS and gdcmVR
338
339 2004-01-09 Benoit Regrain
340      * gdcmPython/gdcmVersion.py : add a gdcmVERSION variable information
341      * setup.py : use a reference to gdcmVERSION
342
343 2004-01-07 Benoit Regrain
344      * Modification to compile with the distutils.
345      * Bug fix in code
346
347 2003-12-10 Benoit Regrain
348      * gdcmHeader is now aggregating gdcmFile, and not derived into. Thus, we
349        can use a gdcmHeaderHelper to load datas
350      * gdcmPython/testSuite.py : make the testSuite compliant with modifications
351        made in the source code
352
353 2003-12-10 Benoit Regrain
354      * Update Windows projects and .cvsignore files
355
356 2003-11-12 Jean-Pierre Roux
357      * ENH  gdcmHeader constructor has one more parameter (default value : false)
358            that allows the user to 'go inside' the SeQuences only
359            if he wants to.
360            gdcmElValSet:Print takes it into account
361
362 2003-11-12  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
363      * ENH: Update gdcmPython/CMakeLists
364      * FIX: (gdcmHeaderHelper) GetRescale and GetSlope
365      * FIX: (gdcmElValSet) char 'tag' was overiding private members (VC++)
366
367 2003-11-10 Jean-Pierre Roux
368       * FIX : gdcmHeader::LoadElements is now based
369              on the ListTag listElem member,
370              not longer on the TagElValueHT tagHt member
371       * ENH : PrintPubElVal shows (temporarily) both results,
372              with the tagHt member and the listElem member.
373              (it's easier to 'see' the problems when using Printheader)
374
375       * FIX : old private member LgrElem is now splitted into
376              ReadLength   : Length actually found on disk (updated only
377                             if bug fixing is necessary), for internal
378                             use only
379              UsableLength : Updated by FixFoundLength, to fix a bug
380                             or to allow Parser going on.
381              Will allow to re-write a kosher header when a SeQuence
382              with a length (not 0000) is found
383       Warning : gdcmFile::Write still uses the TagHt (not ListElem)
384                 because gdcmElValSet::Add does not update ListElem
385                 (to be written)
386
387 2003-11-07 Jean-Pierre Roux
388      * FIX misstyping in Transfert Syntax name table
389      * ENH gdcmHeader::FixFoundLength now allow to 'go inside' tge SeQuences
390           when they have an actual length (not 0000 nor FFFFF)
391      (Nobody should care of it, but DICOMDIR explorers)
392
393 2003-11-06  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
394      * ENH: vtkgdcmViewer now works with LUT dicom (OT-PAL-face ...)
395
396 2003-11-05  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
397      * ENH: vtkGdcmReader now supports LUT !
398           (vtkgdcmViewer for now is not able to use them though)
399
400 2003-11-05 Jean-Pierre Roux
401      * in testSuite.py : new files names for checking the package
402      * FIX : Forgot to commit gdcmFile::GetImageDataSizeRaw();
403              that returns the pixel area size to the *aware* (vtk) user
404              that DOESN'T want to turn the PALETTE COLOR image into an RGB image
405
406 2003-11-05 Benoit Regrain
407      * in testSuite.py : Modify the rules for checking the paths
408                        : Explicit error messages
409      * in __init__.py  : Related modif
410
411 2003-11-03 Jean-Pierre Roux
412      * add gdcmHeaderHelper::GetNumberOfScalarComponentsRaw()
413            to be used by aware (vtk) users that want to manage
414            LUT (and no to turn the PALETTE image into an RGB pixels one)
415      * GetPixelType now returns 8U for 24 Bits images
416                     (vtkGdcmReader compliant)           
417       
418 2003-10-31 Jean-Pierre Roux
419      * Removal of *all* gdcmData images and add them again
420        in order to loose the 'history' of un-anonymised images
421        
422 2003-10-31 Jean-Pierre Roux
423      * RMV : removal of useless jBitsInJsample.h 
424            for both 8 and 12 Bits JPEG Lossy Libraries
425
426 2003-10-31 Jean-Pierre Roux
427      * ENH : Add the functions gdcmFile::GetImageDataRaw 
428                                gdcmFile::GetImageDataIntoVectorRaw
429              that act as GetImageData and GetImageDataIntoVector
430              except the making of an RGB Plane from Gray Plane + LUT
431              Intended to aware (vtk) users who know how to manage
432              such an image :
433              After gdcmHeader :
434               GetLUTRGBA return a R,G,B,A LUT if any
435               lgrTotaleRaw gives the 'Raw' length
436               GetImageDataRaw returns the gray Plane
437      * FIX : no more dirty trick for 'Segmented xxx Palette Color Lookup' images
438              (They stay Grey, just like with other Dicom viewers :-(
439
440 2003-10-30 Jean-Pierre Roux
441      * FIX : a VC++ intended syntax modif broke the 12/12 Bytes expanding
442              
443 2003-10-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
444      * ENH: Can be used like this '$vtkgdcmViewer *.dcm' with *.dcm 
445            being coherents dicom files.
446      
447 2003-10-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
448      * FIX: DOH ! Forgot about windo$e users, they couldn't read lossless jpeg,
449            from medcon lib !
450      * ENH: Turn it into DOS file type to match libgdcmijpeg8.dsp file type 
451      * ENH: Two steps is necessary to please VC++ compiler...
452      * FIX: DOH ! libgdcmijpg8 -> libgdcmljpeg
453      * ENH: Add include dir to medcon lib
454      * FIX: only one function is being exported for now ! 
455            You should use GLOBAL(return type) see ljpg/jpeg.h for more info
456             
457 2003-10-29 Jean-Pierre Roux
458       * adding  gdcmHeader::GetLUTRGBA
459         returns a 4 * 256 Bytes Reg/Green/Blue/Alpha vtk compliant LUT
460           --> Mathieu, the modif u're waiting for is not yet committed
461       * removal of now useless GetLUTRed,GetLUTGreen,GetLUTBlue,GetLUTRGB
462
463 2003-10-27 Jean-Pierre Roux
464       * adding some xmedcon breaker files (courtesy of Loïc Boussel)
465         00191113.dcm DermaColorLossLess.dcm
466         MxTwinLossLess.dcm RadBWLossLess.dcm
467       * ENH: For version prior to vtkImageViewer2 -r 1.19
468       * FIX: avoid pb with xmedcon-breaker CT McTwin Elscint images
469
470 2003-10-27  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
471       * Removal of ido stuff in CMakeLists.txt
472                                                
473 2003-10-24  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
474       * ENH: vtkGdcmReader.cxx can now read multiframe dicom
475       * FIX: remove a call to ->Modified ... see comments
476       * FIX: vtkgdcmViewer.cxx was writting ASCII file...this is so slooooooow !
477       
478 2003-10-23  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
479       * FIX: Problem with path for libvtkgdcmPython
480       * ENH: Try adding a search script for python site-package
481       * RMV: Remove some file from medcon lib that are not necessary
482       * FIX: gdcm/Makefile.am fix for generating ljpg medcon
483       * ENH: CMakeLists.txt now generate 'pygdcm.so' instead of 'libpygdcm.so' 
484       * FIX: More pragma disable fro VC++, 
485              I don't think I break something as it is also disable in VTK/ITK. 
486         But it fasten debug compilation time.
487             
488 2003-10-23 Jean-Pierre Roux
489       * gdcm now deals with 16 Bits Run Length Encoded images
490         (they are compressed as 2 planes images, 
491          one for the high Bytes, the other for low Bytes)
492
493 2003-10-22 Jean-Pierre Roux
494       * Now CheckRead takes into account :
495          - the bugged 'Leonardo' Siemens images
496          - the XA images, sent thru the burning VPRO station
497       * add I9000001.dcm, a GE dlx XA image, thru the VEPRO burning station
498        (breaks DicomWorks)
499
500 2003-10-22  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
501       * FIX: When copying a Makefile.am to CMakeLists.txt 
502              one should remove the '\'
503         
504 2003-10-22 Jean-Pierre Roux
505       * in gdcmData adding a bugged 'Leonardo' Siemens image 
506         (wrong lengths in header)
507         OK with gdcm, KO with the other viewers :-)
508       * add a GE dlx XA image, thru the VEPRO burning station
509         (breaks DicomWorks)
510
511 2003-10-21 Jean-Pierre Roux
512       * in gdcmData add the checkvtkgdcmViewer.sh shell script 
513         for a brutal checking of vtkgdcmViewer compliance
514
515 2003-10-21 Jean-Pierre Roux
516       * add the files for 'xmedcon' Jpeg Lossless library
517       * call of 'xmedcom' Jpeg Lossles libray (instead of the old LibIDO one)
518
519 2003-10-21 Jean-Pierre Roux
520       * 'Compacted Files' (12 Bits Allocate, 12 Bits Stored) are now dealt with
521      
522 2003-10-21 Jean-Pierre Roux
523       * garbage Siemens 'Leonardo' images dealt with
524         (the patch is easy to remove)
525       * cosmetic changes to avoid warnings
526       
527 2003-10-20  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
528       * ENH: vtkgdcmViewer now autoscale color/window level on start-up, 
529         no need to press 'r' now.
530    
531 2003-10-20  Jean-Pierre Roux
532       * upgrade of checkRead.sh checkWrite.sh according
533         to new Jpeg Lossless decompressor
534       * add US.3405.1.dcm, a genuine RGB medical file ...
535       * add gdcm-ACR-LibIDO.acr, unnormalized Rectangular LibIDO format image
536       * add CLIP0001-Sequoia-U11.dcm, US 'Clip', from SEQUOIA machine,
537                                                   UNIT 11, Hop Cardio              
538 2003-10-15  Jean-Pierre Roux
539       * general anonymisation in gdcmData
540       * adding the 'color files' from
541         http://www.leadtools.com/SDK/Medical/DICOM/ltdc19.htm
542       * adding some well knowed bugged-header images
543       * adding checkRead.sk, checkReadColor.sh, checkWrite.sh,
544         waiting for their inclusion in Python testsuite
545
546 2003-10-15  Jean-Pierre Roux
547     * gdcmHeader::gdcmHeader(const char *InFilename, bool exception_on_error)
548       no longer seg faults when file is not found
549
550 2003-10-14  Jean-Pierre Roux
551      * Emprovement of reading for Dicom encapsulated Jpeg LossLess MultiFrame images
552
553 2003-10-14  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
554      * TODO: *.in file to genereate a UseGDCM later
555
556 2003-10-14  Jean-Pierre Roux
557      * Some supposed-to-be Dicom Images have no preamble.
558         OpenFile takes it into account
559      * Jpeg LossLess 24 Bits images doesn't break any longer gdcm
560      * Missing elements added in dicomV3.dic
561       (just to be affraid : have a look at
562        ftp://medical.nema.org/medical/dicom/2003/01v03dif/01v03_06.pdf
563        and do it again next year ;->
564
565 2003-10-13  Jean-Pierre Roux
566      * According to PS 3.3-2003 C.11.1.1.2 p 619, when each pixel of 
567        a PALETTE COLOR is stored on 2 Bytes, theese 2 Bytes must be equal.
568        But there are NOT. It's fixed !
569        
570 2003-10-13  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
571      * FIX: "jpeglib.h" was not found on VC++
572      * FIX: vtkgdcm was not being installed 
573          
574 2003-10-10  Jean-Pierre Roux
575      * ENH : OpenFile closes the file if it *really* doesn't look like
576              an ACR-NEMA / DICOM one.
577      * FIX : testWrite no longer writes an empty file if the source file     
578              is not gdcm Readable
579      * ENH : One more JPEG LossLess type "JPEG Baseline (Process 14)" 
580              is now decoded.
581         
582 2003-10-10  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
583      * FIX: CMake generate now documentation
584      * ENH: out of source doc build !
585      * ENH: Generate both user and dev documentation
586      * ENH: Should work on windows too
587      * ENH: Only one doxygen config.in file is needed 
588      * FIX: make install should be ok now on Ã¹nix plateform
589      * FIX: PATH to dictionary was wrong (missing /)
590      * ENH: OpenFile, return true if the file looks like an ACR or DICOM file 
591                      
592 2003-10-09  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
593      * vtkGdcmReader is now able to read rgb dicom file.
594      * src/gdcmHeaderHelper : GetNumberOfScalarComponents()
595      * added a gdcmViewer to vtk test, use mouse to control 
596         window level & window width
597
598 2003-10-09  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
599      * CMake-ification of gdcm, we have now two build system
600      * FIX: on cygwin Wsock32 doesn't exist
601      * FIX: force jpeg dir to the local one (gdcm/src/jpeg)
602      
603 2003-10-06  Emanuel Ollart
604      * FIX : compilation process wad broken.
605              Changed gdcmViewer_sources to vtkgdcmViewer_sources
606         
607 2003-10-06  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
608      * change gdcmViewer -> vtkgdcmViewer
609      * change GetXSpacing and GetYSpacing "%f\\%" is parsed backward
610      
611 2003-10-06  Jean-Pierre Roux
612      * FIX :A few nasty patches to allow the reading of a lot of nasty images
613            ( e.g : well known GE images with a wrong elem length,
614                  : Philips MRI Images with a wrong Huffman table)
615       * still to be done : allow the reading of bugged LEONARDO Siemens images
616
617 2003-10-03 Jean-Pierre Roux
618       * Odd length strings are padded with '\0' (not with spaces, 
619         to remain compliant with already defined strings, 
620         like Transfert Syntax UID and others)
621
622 2003-10-03 Jean-Pierre Roux
623       * ENH :gdcmHeaderHelper::GetNumberOfScalarComponents() added, 
624              to allow displaying RGB images (not only by affim ;-)
625         
626 2003-10-03  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
627       * vtkGdcmReader is now able to read rgb dicom file.
628       * src/gdcmHeaderHelper : GetNumberOfScalarComponents()
629
630 2003-10-03 Jean-Pierre Roux
631       * A few nasty patches to allow the reading of a lot of nasty images
632         ( e.g : well known GE images with a wrong elem length,
633               : Philips MRI Images with a wrong Huffman table)
634       * still to be done : allow the reading of bugged LEONARDO Siemens images
635
636 2003-10-03 Jean-Pierre Roux
637       * One more JPEG LossLess type "JPEG Baseline (Process 14)" is now decoded.
638
639 2003-10-03 Jean-Pierre Roux
640       * gdcmHeaderHelper::GetNumberOfScalarComponents() added, 
641         to allow displaying RGB images (not only by affim ;-)
642
643 2003-10-03 Jean-Pierre Roux
644       * gdcmFile::GetImageDataIntoVector now
645          - deals with MultiFrames MultiFragments Run Length Encoded files
646          - deals with YcBcR (YBR_FULL) files
647          - deals with YBR_YBR_FULL_422 files (they work as RBG files ?!?)
648           WARNING : nothing was checked for YBR_PARTIAL_422, YBR_ICT, YBR_RCT files.
649           (no sample found :-(
650
651 2003-10-02  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
652       * src/*.cxx removed pragma thingies to src/gdcmCommon.h
653         Two reasons: - clear things
654                      - third parties acces gdcm through header files, so won't
655                        suffer anymore VC++ complains
656
657 2003-09-30  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
658       * add argv[1] in testvtkGdcmReader.cxx
659       * removed leaks
660
661 2003-09-24 Jean-Pierre Roux
662       * The lines are now eigthy characters long.for 
663         gdcmHeader.cxx gdcmHeaderHelper.cxx gdcmParse.cxx 
664
665 2003-09-22  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
666       * src/gdcmUtil.[cxx|h] : change the _CreateCleanString return value from
667         char* to std::string. Thus, the use of strdup becomes useless. (see
668         previous commis of Malaterre)
669       * src/gdcmElValSet.cxx : reuse commented call to _CreateCleanString like
670         before the last Malaterre's commit.
671
672 2003-09-19  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
673       * This commit should fix the Debug building under VC++, the problem
674         was mainly a mixture of debug and release lib being loaded at startup.
675       * I also remove a depency to a specific C function: strdup. Because I had
676         to force the link to msvcrtd (whereas strdup is in libc).
677
678 2003-09-16  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
679       * "gdcm::Unfound" string changed to a constant variable (GDCM_UNFOUND)
680         located in the gdcmCommon.h file. All use of reference of tha has been
681         changed to now use the variable GDCM_UNFOUND.
682
683 2003-09-16  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
684       * Cosmetic changes:
685         - gdcmPython/testSuite.py adapted to the JPR updated Dicts/dicomV3.dic
686           Dicom dictionary. The test suite can now be run again. Note:
687           I'm note very happy with the " (RET)" changes. I believe this
688           RETAINED comment should be dropped when parsing the dictionary.
689         - PACKAGER corrected
690         - DEVELOPPER added.
691         - AUTHORS updated and now in alphabetical order
692       * Makefile.am now exports gdcm.dsw for Windoze users.
693
694 2003-09-11  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
695       * cygwin complains about missing std:: in subdir Test/
696
697 2003-09-10  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
698       * remove some methods that are now in gdcmHeaderHelper
699
700 2003-09-10  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
701       * vtkGdcmReader set spacing and origin correctly
702
703 2003-09-09  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
704       * Fix a few delete/delete[] mismatch
705
706 2003-09-08  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
707       * src/gdcmHeaderHelper.[h cxx]: added new class that provide an
708         interpretation to data given by gdcmHeader. For instance there are
709         heuristics to get informations (look at different places).
710       * it also include a specific class: gdcmSerieHeaderHelper devoted to
711         sorting DICOM images based on different strategies.
712       * modified Makefiles accordingly.
713
714 2003-09-05  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
715       * src/*.cxx : added pragma disable 4786/4251 to get rid of ~4300 warning
716         when building in debug mode
717       * vtk/win32/vtkgdcm.dsp : change /MT -> /MD and /MTd -> /MDd to match
718         src/win32/gdcmdll.dsp
719       * vtk/win32/vtkgdcm.dsp : added /nodefaultlib "mscvrt" for debug mode
720
721 2003-08-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
722       * Corrected a leak in vtkGdcmREader.cxx, the pSource was find thanks to valgrind.
723
724 2003-07-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
725       * src/win32/libgdcmjpeg12.dsp was not dos format
726       * src/win32/libgdcmjpeg12.dsp : libgdcmijpeg12_EXPORTS -> LIBGDCMIJPEG12_EXPORTS
727       * src/win32/gdcmdll.dsp: + /I "..\jpeg\libijg12"
728
729 2003-07-29 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
730       * src/gdcmHeader.h : add std:: prefix for stl elements... like others in
731         the file
732       * src/gdcmFile.cxx : bug fix in affectation type
733       * src/jpeg/libijpeg12/jmorecfg12.h : export for windows modified... like
734         in src/jpeg/libijpeg8/jmorecfg8.h (JPR : copy/paste exists !!!)
735       * Modifs of MVSC projects to compile them. Not concerning 2 identic
736         symbols... future problem ?
737
738 2003-07-29  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
739       * src/win32/libgdcmijpeg12.dsp was missing
740       * modified gdcm.dsw accordingly
741
742 2003-07-28  Mathieu Malaterre  <Mathieu.Malaterre@creatis.insa-lyon.fr>
743       * src/gdcmHeader.cxx : misplaced return 0.; for ACR/NEMA
744
745 2003-07-24 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
746       * src/jpeg/libijg12/.cvsignore, jconfig.* : ommited files while last
747         commit of JPR (before his hollidays to facilitate our work).
748       * setup.py : bug fix in code. Modifications made while the last commit
749         of JPR. The code hasn't been tested before the commit... it's so
750         useless to make that (for best programmer that is JPR) !!!
751
752 2003-07-08  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
753       * tagged the current version as Version0_3 (i.e. version 0.3)
754
755 2003-07-08  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
756       * vtk/testvtkGdcmReader.cxx : remove a symbol that is unused
757       * src/jpeg/libijg8/jmorecfg.h : adding export symbol for windows
758       * *.dsp : modifications to use new libgdcmijpeg8 library
759       * setup.py : bug fix on VTKPATH variable
760       * PACKAGER : adding all concerning windows
761
762 2003-07-07  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
763       * src/gdcmElValSet.cxx, gdcmFile.cxx: JPR bug fix, removal of
764         garbage debug code.
765       * TODO, vtk/vtkGdcmReader.cxx: upcoming fixes comments.
766       * gdcmPython/testSuite.py: JPR bug fix, brutal erasement of
767         test suite reported error.
768       * PACKAGER file added (describes what a packager must do when
769         packaging a new release).
770       * MANIFEST.in, now declares jconfig.linux and jconfig.vc
771       * configure.in: upgraded version number to 0.3.0
772       * fixing build of rpm (through rpm -ta):
773         - Doc/Makefile.am exports proper doxygen files
774         - src/jpeg/libijg8/Makefile.am exports the include files.
775
776 2003-07-07  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
777       * vtk/vtkGdcmReader.cxx : bug fix when loading only 1 file.
778       * src/gdcmHeader.h : formatting code
779
780 2003-07-07  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
781       * vtk/vtkGdcmReader.[cxx|h] : bug fix when loading only one file.
782         We were obtaining error message from vtk. Now, creation of file list
783         is made in an internal list to prevent this problem.
784         Bug fix when output is empty.
785         Bug fix in update of progress value. Previous commit for this was a bad
786         correction.
787       * vtk/vtkGdcmReader.h : adding comments for InternalFileNaleList variable
788
789 2003-07-04  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
790       * src/gdcmHeader.h : added method to get the file name
791       * vtk/vtkGdcmReader.[cxx|h] : bug fix concerning loading of bad dicom
792         files. Added method to remove all files on the input
793         Added FIXME comment concerning the bad parsing of header made by
794         ExecuteInformation method (in ExecuteData method)
795
796 2003-07-03  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
797       * vtk/Makefile.am: vtkGdcmReader.h should now be cleany installed
798         when using make instal.
799       * src/gdcmFile.cxx : bug fix under Window after JPR commit
800         RQ : the JPR doesn't appear in the ChangeLog... normal for him
801
802 2003-07-03  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
803       * setup.py : adding include dir of jpeg lib to compile all sources
804       * */Win32/*.dsp : JPR fix for windows compilation
805
806 2003-07-02  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
807       * src/jpeg/libijg8/jconfig.* : JPR bug fix : now compile on both
808         linux and WINDOWS !
809       * src/gdcmJpeg.cxx : JPR bug fix : erroneous include
810       * src/win32/gdcmdll.dsp : JPR fix for windows compilation
811
812 2003-07-02  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
813       * setup.py is again effective on un*x (takes into account the
814         addon of the jpeg library)
815       * Doc/DoxyDevelInstal.txt added (developper's raw documentation)
816       * Doc/Doxy* updated (includes above enhancements)
817       * INSTALL now points to web documentation
818
819 2003-07-01  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
820       * src/gdcmHeader.h doesn't make unnecessary reference to
821         gdcmUtil.h anymore.
822       * gdcmPython/Makefile.am now avoids calling the wrappers for the
823         clean target.
824       * src/gdcm*.[cxx|h] :
825         - to allow compilation with gcc 3.x
826           -- clean up of STL usage (added explicit usage of std::)
827           -- small fixes on exceptions.
828           Note: linking not tested !
829         - clean of doxygen comments to avoid warnings at documentation
830           building stage.
831       * vtk/vtkGdcmReader.cxx: g++ warning message clean up (platform
832         dependent convertion).
833
834 2003-06-20  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
835       * Clean up of previous JPR garbage commit (not even commented in the
836         Changelog):
837         - Test/Makefile.am removed the reference to unexisting testTS.cxx
838         - moved all jpeg related files from src to src/jpeg/libijg8, with
839           addition/modification of Makefile.am and configure.in.
840         - the testSuite is still brain damage (not guilty).
841
842 2003-06-02  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
843       * WrapVTK.py : modifications to get correctly vtk source files to
844         compile
845       * vtk/vtkGdcmReader.cxx : modification for an already existing name
846         (FileName -> Filename)
847
848 2003-06-11  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
849       * vtk/vtkGdcmReader.[cxx/h]:
850         - UpdateProgress method should now be effective
851         - removed the limitation on having only images loaded (as opposed
852           to volumes),
853         - when building a stack of images/volume, a lesser number of
854           gdcmHeader and gdcmFile instances should be used (hopefully
855           accelerating things).
856         - when building a stack of images/volumes, files which are not
857           loadable (wrong path-filename, wrong permissions on existing file,
858           or file not parsable by gdcm) are replaced with a black image
859           in the stack (for the caller to notice the problem).
860
861 2003-06-03  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
862       * vtk/vtkGdcmReader.cxx: hopefully corrected Z extent.
863
864 2003-06-02  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
865       * vtk/vtkGdcmReader[cxx|h] : makes correct code to remove conflicts
866         between standard library (std) and vtk library (problems are found
867         under Windows... thanks Windows !)
868
869 2003-05-30  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
870       * vtk/vtkGdcmReader[cxx|h] should now be volume aware (read ready for
871         debug stage).
872       * gdcmPython/demo/vtkGdcmReader.py: commented lines for volume test
873
874 2003-05-29  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
875       * vtk/vtkGdcmReader[cxx|h] preparation addons for loading volumes.
876
877 2003-05-28  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
878       * When compiling with distutils (see setup.py) the C++ compiler is
879         called with different flags than the default ones (with automake).
880         In order to fix all those warning, I compiled gdcm with the command
881            make 'CXXFLAGS=-Wall -Wstrict-prototypes -D__STDC_LIMIT_MACROS'
882         and went for warning fixes:
883         - src/gdcmHeader.cxx, Test/dcm2acr.cxx, pourFindTaggs.cxx cleaned
884           up from unused variables.
885         - vtk/vtkGdcmReader.cxx: potential bug fix.
886       * src/gdcmHeader.h: Doxygen warning cleanup
887
888 2003-05-27  Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
889       * gdcmPython/gdcm.i:
890         - typemaps correction to take into account the systematic replacement
891           of "using namespace std" with std:: prefix e.g. std::list,
892           std::string... (cf changes of 2003-05-21).
893         - gdcmGlob global variable of type gdcmGlobal (defined in
894           src/gdcmUtil.cxx and declared in gdcmPython/gdcm.i) is now
895           exported to Python a as cvar.
896       * gdcmPython/__init__.py now defines two functions GetPubDictTagNames()
897         and GetPubDictTagNamesByCategory() as a replacement for deprecated
898         gdcmDictSet.GetPubDictTagNames() and
899         gdcmDictSet.GetPubDictTagNamesByCategory() class functions (i.e.
900         C++ static methods).
901       * gdcmPython/demo/printGroupedPublicDict.py is operational again,
902         with the above changes.
903
904 2003-05-22  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
905       * setup.py, manifest.in : bug fix under linux
906
907 2003-05-22  Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
908       * Modification of setup.py to compile vtk part too. Then, we have 2
909         wrappers which must work with same distutils. For that, we have a
910         generic distutils in distusiltsWrapping.py ; with :
911          - build_extWrap class to wrap generically all extensions,
912          - ExtensionWrap base class for all wrapping extension that contains
913            a wrapper
914          - Wrapper interface which wrap sources
915         + In WrapSwig.py  we have extension and wrapper for Swig
916         + In WrapVTK.py  we have extension and wrapper for VTK
917       * MANIFEST.in : modifications to consider vtk directory and new python
918         files for compilation
919
920 2003-05-21  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with Benoit Regrain
921       * Added python wrappers of vtkGdcmReader vtk class (see the
922         source in vtk/vtkGdcmReader.cxx) :
923         - vtk/Makefile.am now builds a library
924         - gdcmPython/Makefile.am now builds vtkgdcmPython a second import
925           python library (as opposed to _gdcm.so wich are the python
926           wrappers of gdcm). vtkgdcmPython.so uses the vtk python wrappers
927           (vtkWrapPython and vtkWrapPythonInit utility) to build vtkgdcmPython
928           import library.
929         - configure.in has an additional flag --enable-vtk that needs
930           to be set to enable compilation of vtk related code, that is:
931           + vtk/vtkGdcmReader.so and
932           + vtk/testvtkGdcmReader C++ demo of vtk wrappers of gdcm)
933           + gdcmPython/vtkgdcmPython.so (see above)
934         - gdcmPython/demo/vtkGdcmDemo.py corrected (some images cannot
935           be read when compressed or when HighBit + 1 != BitsStored),
936         - gdcmPython/demo/vtkGdcmReader.py added. This demo illustrates
937           the usage of the python wrapper of vtkGdcmReader vtk class.
938       * vtk/vtkGdcmReader.cxx: bug fixed (thanks to Benoit Regrain).
939       * src/*.[h] all occurences of stl classes are now prefixed with
940         std::, and all occurences of "using namespace std;" where removed.
941         This is to avoid pollution of global namespace in included files.
942         Apparently vtk does not avoid this pitfall: when using both
943         gdcm and vtk (as in vtk/vtkGdcmReader.cxx) this ended up in a
944         collision of various stl members (principally cout...).
945       * gdcmPython/testSuite.py now cleanly removes temprory generated
946         file.
947       * gdcmPython/gdcm.i now declares a typemap for std::string (to
948         comply with above changes)
949
950 2003-05-12  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
951       * src/gdcmHeader>[h/cxx] added gdcmHeader::GetPixelSize()
952       * vtk/vtkGdcmReader.cxx now properly inports the image in the
953         vtk data structure (an image Flip was required).
954       * vtk/testvtkGdcmReader.cxx refers to gdcmData subdir instead of Data.
955       * cosmetic changes in documentation.
956
957 2003-05-7  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
958       * src/gdcmHeader.cxx: the constructor no longer exits when an
959         unexisting file is given as argument.
960       * The subdirectory Data (containing all the images used for the
961         test suite) is not part of this repository anymore. A new module
962         containing those images is now available at
963           :pserver:xxx@cvs.creatis.insa-lyon.fr:2402/cvs/public
964         with the name gdcmData.
965         All the python scripts (including the package initialisation file
966         gdcmPython/__init__.py) were adapated to take this change into
967         account (basically GDCM_DATA_PATH is now GDCM_TEST_DATA_PATH).
968
969 2003-05-5  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
970       * vtk subdir added. Contains vtkGdcmReader.[cxx|h] a vtk class
971         inherinting from vtkImageReader and testvtkGdcmReader.cxx a small
972         demo of the usage of this class.
973         Compilation of this vtk part is only done when using the --enable-vtk
974         at configure (or autogen.sh) stage.
975
976 2003-04-16  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
977       * More memory link related corrections and documentation fixes.
978         Notes on valgrind:
979           - maximum info is obtained with a command of the form:
980             valgrind --leak-check=yes --leak-resolution=high --num-callers=40
981                      --show-reachable=yes PrintHeader
982           - the remaining reachable blocks seem to come from the STL
983             allocation scheme through the usage of map and list. It looks
984             like this memory cannot be freed but it is not a memory leak
985             (in fact further invocation to the STL would recollect the
986              unused memory allthough it cannot explicitely be freed).
987       * gdcmPython/demo/vtkGdcmDemo.py added: this is a small demo
988         of displaying an image parsed with gdcm and displayed with VTK.
989         Note: some images don't seem to work e.g.
990             python vtkGdcmDemo.py  ../../Data/US-RGB-8-esopecho.dcm
991       * src/gdcmHeader.x: dicom_vr and Dicts are not class members anymore.
992         Allthough this weakens the semantics, it is a ditch attempt to
993         make gdcm more thread friendly.
994
995 2003-04-15  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
996       * Memory link hunt (by using valgrind through the command
997           valgrind --show-reachable=yes --leak-check=yes PrintHeader).
998         - added src/gdcmVR.cxx gdcmVR.h that objectify the previous
999           gdcmHeader::_dicom_vr.
1000         - gdcmHeader::InitVRDict transfered as gdcmVR::gdcmVR().
1001         - gdcmHeader::dicom_vr is now of type gdcmVR* as opposed to
1002           VRHT*.
1003         - gdcmGlobal global object contained class added (see src/gdcmUtil.x)
1004
1005 2003-04-9  Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
1006       * src/Makefile.am now exports all the necessary include files at
1007         make install stage.
1008
1009 2003-04-9 JPR
1010       * UpdateGroupLength replaced by new one
1011
1012 2003-04-7 JPR
1013       * UpdateGroupLength re-written using H-Table
1014         (named UpdateGroupLengthNew untill checks are over)
1015
1016 2003-04-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr> with JPR
1017       * Data/im_00001 renamed to gdcm-MR-PHILIPS-16-Multi-Seq.dcm
1018       * gdcmPython/testSuite.py now include a test of gdcmFile::Write.
1019       * src:
1020         - gdcmHeader::GetPubElValSet removed.
1021         - gdcmElValSet::WriteDcm, WriteAcr, WriteExplVR, revamped to
1022           UpdateGroupLength, WriteElements, Write.
1023         - gdcmHeader::FileType moved to gdcmCommon.h. The enum FileType
1024           doesn't contain TrueDicom anymore since ExplicitVR and ImplicitVR
1025           carried the same semantics.
1026           - src/gdcmHeaderIdo.cxx changed accordingly.
1027         - gdcmFile::WriteBase now regroups all the codes from previous
1028           versions of WriteDcm, WriteDcmImplVR, and WriteACR.
1029         - enum FileType moved to gdcmCommon.h
1030       * src/gdcmHeader.cxx AddDefault trashed
1031       * gdcmGetXSize added
1032       * getimageDataSize now calls gdcmGetXSize
1033       * Test/*.cxx changed to agree with above changes
1034
1035 2003-03-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1036       * src/gdcmHeader.h: LoadElements() is not a public method anymore
1037         (to avoid double call by end user).
1038       * Test/*.cxx LoadElements() doesn't need to be called explicitely
1039         by end user, since gdcmHeader::gdcmHeader now handles it.
1040
1041 2003-03-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1042       * gdcm/Doc many doxygen changes:
1043         - Doxyfile now has two different versions, DoxyfileUsers that generates
1044           the html.users end users oriented documentation and
1045           DoxyfileDeveloppers that generates the html.developper developper
1046           oriented documentation.
1047         - README changed accordingly
1048         - requirement.txt removed (old design info moved to TODO).
1049         - Additional files DoxyInstallation.txt, DoxyIntroduction.txt,
1050           DoxyMainPage.txt, DoxyPython.txt provide more information.
1051         - Note: the website http://www.creatis.insa-lyon.fr/Public/Gdcm/ can now
1052           be updated by simply regenerating the docs with doxygen and copying
1053           html.developper and html.users to tux:/home/httpd/html/Public/Gdcm
1054       * src/gdcmElValSet.cxx: stl <map>.count() can only return 0 or 1. Hence
1055         all the tests in the form "if (<map>.count() >1)" were removed.
1056       * src/gdcmFile.cxx: cosmetic changes to avoid messages of doxygen about
1057         ill-formed documentation sections.
1058       * src/gdcmHeader.cxx: ditto
1059
1060 2003-03-27 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1061       * setup.py fixed for un*x (needed macro for stdint.h)
1062       * Test/test.cxx renamed to PrintHeader.cxx to avoid collision on
1063         un*ces with sh-utils test utility.
1064       * gdcmPython/demo/test.py renamed to PrintHeader.py
1065       * gdcmPython/demo/ReorganiseFiles.py new demo script added.
1066       * gdcmPython/win32/gdcmpycomplet.dsp renamed to gdcmpyembedded.dsp.
1067       * gdcmPython/win32/gdcmpy.dsp trashed away (brain damaged).
1068       * src/gdcm*.cxx JPR's bad inclusion fixed.
1069
1070 2003-03-26 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1071       * src/gdcmHeader[h, cxx] gdcmHeader now has an IsReadable predicate.
1072       * gdcmPython/demo/test.py changed accordingly.
1073
1074 2003-03-25 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1075       * gdcmPython/Makefile.am fixed linking against libstdc++
1076       * gdcmPython/_gdcm.so symbolic link to gdcmPython/.libs/pygdcm.so added.
1077       * Swig subdir (historical tests of swig version 1.3.17++) removed
1078       * Test/testChangeEntete.cxx some lines commented out in order to make
1079         compilation work.
1080       * src/gdcmHeader.cxx cleaned up wild JPR's dirty kludge.
1081       * src/gdcmElValSet.cxx cleaned up frog's forgotten debug message
1082
1083 2003-03-24 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1084       * src/gdcmHeader.cxx gdcmHeader::gdcmHeader now calls LoadElements(),
1085         hence the user doesn't need this explicit call.
1086         - gdcmPython/testSuite.py, gdcmPython/demo/*.py changed accordingly
1087           i.e. LoadElements() call removed.
1088       * src/gdcmCommon.h now defines UINT32_MAX (see stdint.h).
1089         - src/Makefile.am declares the proper flag for g++.
1090       * src/gdcmElValSet.h added gdcmElValSet::GenerateFreeTagKeyInGroup
1091         for adding user defined new tags.
1092         - src/gdcmHeader.cxx gdcmHeader::NewManualElValToPubDict added.
1093         - src/gdcmHeader.cxx gdcmHeader::AddAndDefaultElements now
1094           cleanly adds some gdcm added tags (like gdcmXSize, gdcmYSize...)
1095
1096 2003-03-17 Fabrice Bellet <Fabrice.Bellet@creatis.insa-lyon.fr>
1097       * Makefile.am, acinclude.m4, configure.in, python.m4, Dicts/Makefile.am,
1098         Doc/Makefile.am, Test/Makefile.am, gdcmPython/Makefile.am,
1099         src/Makefile.am : the project should properly compile and install
1100         with the autotools, included the python wrappers part.
1101       * gdcm.spec.in : added a spec file for RPM packaging.
1102
1103 2003-03-14 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1104       * src/gdcmUtils.cxx : redifinition of defaults parameters in code
1105
1106 2003-03-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1107       * gdcmPython/__init__.py fix of GDCM_DICT_PATH which was not
1108         to exported to the environement (see gdcmPython/testSuite.py
1109         for usage).
1110       * src/gdcmElValSet.[cxx/h], gdcmElValue.[cxx/h], gdcmFile.[cxx/h],
1111         gdcmHeader.[cxx/h]: ElValSet class renamed to gdcmElValSet, and
1112         ElValue class renamed to gdcmElValue for obvious consistency reasons.
1113       * src/gdcmElValSet.cxx, src/gdcmUtil.[cxx-h] Tokenize utility function
1114         moved away from gdcmElValSet.cxx to gdcmUtil.cxx.
1115
1116 2003-03-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1117       * gdcmPython/__init__.py doesn't crash anymore when running in
1118         in InstallMode or PreInstallMode but with an environement given
1119         value of GDCM_DICT_PATH.
1120       * src/gdcmDictSet.[cxx/h] coding style.
1121
1122 2003-03-06 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1123       * src/gdcmHeader.h and gdcmHeader.cxx Coding style + doxigenation.
1124       * src/gdcm.h general comments moved to TODO, and README
1125       * src/gdcm.h should now be seen as a user commodity (including it
1126         should suffice to fully use gdcm). It is nowhere including within
1127         any of the kernel files src/*.cxx and src/*.h.
1128
1129 2003-03-05 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1130       * src/gdcm.h splitted in gdcmCommon.h, gdcmDict.h, gdcmDictEntry.h,
1131         gdcmDictSet.h, gdcmElValSet.h, gdcmElValue.h, gdcmFile.h,
1132         gdcmHeader.h
1133       * src/gdcm*.cxx only include their corresponding include file
1134         (as opposed to gdcm.h)
1135       * gdcmPython/gdcm.i changed accordingly
1136       * Test/Makefile.am corrected and added NEWS, AUTHORS in order for
1137         the autogen.sh generated "make snapshot" command to work.
1138       * autogen.sh removed history related references to crea package.
1139
1140 2003-03-04 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1141       * distutilsSwigCPlusPlus.py work around some swig portability
1142         bug.
1143
1144 2003-03-03 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1145       * Eventually, python/gdcmPython was renamed to gdcmPython. This
1146         was done in a last ditch attempt to get setup.py _really_
1147         operationnal. The python/gdcmPython layaout add the advantage
1148         of hidding away the python related distutils specific files
1149         (MANIFEST.in, setup.py, distutils*.py...) from the main directory.
1150         Alas, the src directory was out of scope (i.e. it's relative
1151         position to setup.py was ../src) which made things impossible to
1152         handle (see previous version of python/setup.py). Crossing fingers...
1153
1154 2003-02-20 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1155       * python/setup.py now works on Un*x. (harder than I thougth)
1156       * python/distutilsSwigCPlusPlus.py can now have include files
1157         among the list of sources.
1158
1159 2003-02-20 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1160       * src/gdcmHeader.cxx : bug fix - opening dicom file in binary !!!
1161       * modifications in MSVC projects
1162
1163 2003-02-19 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1164       * As stated by the first lines of Test/ExceptionAndPython/README, it
1165         looks like we can move back to original usage of exception within
1166         src/gdcm* and hence remove the errno stuff that was introduced
1167         as a quick and dirty fixture of this problem (added to the TODO).
1168       * Doc/Doxyfile configuration file for Doxygen and corresponding
1169         README file for usage added.
1170       * Test/testWrite.cxx added. This new test comes from a split of
1171         test.cxx that is now reverted to its original purpous i.e.
1172         testing the proper parsing of a Dicom related file.
1173         testWrite.cxx concentrates on testing the IO part of gdcm.
1174       * Test/bug1.cxx (containing a bug on WIn32) added.
1175       * src/gdcm.h, gdcmHeader.cxx, gdcmDictSet.cxx:
1176         - gdcmHeader::GetPubTagNames and  gdcmHeader::GetPubTagNamesByCategory
1177           whose purpose is to publish the content of the TagNames of the
1178           Dicom public dictionnary were not accessible without an
1179           instance of class gdcmHeader.
1180         - those methods are now static methods of gdcmDictSet and hence
1181           require no instances at all to be invocated.
1182         - within gdcmDictSet this change required to change some method
1183           to class methods (i.e. are now static) among which SetDictPath
1184           (renamed to BuildDictPath) and LoadDefaultPubDict.
1185       * python/gdcmPython/demo/printGroupedPublicDict.py changed to illustrate
1186         the above changes by calling the new method classes of gdcmDictSet.
1187       * python/gdcmPython/__init__.py now exposes gdcm.gdcmDictSet for
1188         the above to be effective.
1189       * python/gdcmPython: in order to wrap properly the above changes
1190         for Python, swig version now needs to be > 1.3.17.
1191       * python/gdcmPython/Makefile fixed to adapt itself to new
1192         configure/make shema introduced by Johan Montagnat (thanks for the
1193         contribution). Alas this Makefile cannot be turned into a proper
1194         Makefile.am without some heavy changes in the configure.in
1195         (for python dectection).
1196       * python/gdcmPython/gdcm.i: the out typemap map<string, list<string>>*
1197         now avoids publishing the empty entries.
1198
1199 2003-02-13 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1200       * python/setup.py : bug fix concerning install under windows
1201         ExtraPath reused :-P
1202       * gdcm.dsw : bug fix concerning path for libraries for python !!!
1203
1204 2003-02-13 Benoit Regrain <Benoit.Regrain@creatis.insa-lyon.fr>
1205       * Dicts/dicomV3.dic : remove double spaces !!!
1206       * src/gdcmElValSet.cxx : bug fix concerning windows compiler
1207       * python/gdcmPython/win32/gdcmpycomplet.dsp : bug fix concerning paths
1208         and links
1209
1210 2003-01-28 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1211       * src/gdcmHeader.cxx added a post header parsing AddAndDefaultElements
1212         method. Doxygenation.
1213       * src/gdcm.h clean up of JPR spurious comments.
1214
1215 2003-01-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1216       * python/distutilsSwigCPlusPlus.py now properly collects the
1217         shadow classes generated by "swig -c++" (gdcm.py in our case)
1218         when using "python setup.py install".
1219       * python/gdcmPython/__init__.py imports gdcm.py and only manually
1220         reexports the working classes.
1221       * src/gdcmHeader.cxx all the try/catch/throw calls were replaced
1222         by the classical C errno scheme. This is to prevent an obscure
1223         behavior of the python wrappers when importing wxPython.wx prior
1224         to gdcmPython (which ended up in an abort call). An illustration
1225         of this oddity can be found in the Test/ExceptionAndPython
1226         subdir (see the README file). This problem probably due to
1227         an combination of g++ and dynamic loading.
1228       * added Test/ExceptionAndPython (see above)
1229
1230 2003-01-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1231       * Changed the layout of the python part to avoid bloating main
1232         directory with setup.py, distutilsSwigCPlusPlus.py, MANIFEST.in
1233         i.e. the distutils arsenal. All the python related stuff is
1234         again in a python subdir, but the package itself is now in
1235         python/gdcmPython.
1236       * setup.py was cleaned up:
1237         - pythonIncludePath removed
1238         - python setup.py bdist target is now functional.
1239       * gdcmPython/__init__.py doesn't export FileName any more (to avoid
1240         collision with other packages). gdcmPython/demo/*.py changed
1241         accordingly.
1242
1243 2003-01-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1244       * python subdir moved to gdcmPython (preparation of distutils packaging).
1245       * gdcmPython/setup.py and distutilsSwigCPlusPlus.py added. The
1246         distutils installer is operational.
1247       * - gdcmPython/__init__.py now properly loads the swig generated
1248           shadow classes (from gdcm.py).
1249         - gdcmPython/demo/*.py changed to import the package gdcmPython
1250           instead of gdcmPython/demo/load.py.
1251         - gdcmPython/testSuite.py changed to import the package gdcmPython.
1252
1253 2002-12-16 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1254       * src/gdcm.h, src/gdcmHeader.cxx: added GetPubTagNames() resp.
1255         GetPubTagNamesByCategory() to gdcmHeader that return a list of the
1256         entries within the associated public Dicom dictionary resp. the same
1257         information but sorted by the fourth field (PAT, IMG, DIR) of the
1258         dictionary.
1259         - Dicts/dicomV3.dic Entries which had and unspecified fourth field
1260           are now in the "???" group.
1261         - python/gdcm.i changed accordingly,
1262         - python/demo/printGroupedPublicDict.py added, that gives an example
1263           of the above new functionalities in Python.
1264
1265 2002-12-11 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1266       * src/gdcm.h, gdcmHeader.cxx:
1267         - historic references to glib's g_malloc and g_free (#defined)
1268           were definitively removed.
1269         - gdcm.h: cosmetic changes (part of comments moved to Doc/requirements)
1270       * src/gdcmElValSet.cxx:
1271         - GetElement(guint32, guint32) renamed to GetElementByNumber.
1272         - GetElValue(guint32, guint32) renamed to GetElValueByNumber.
1273         - GetElValue(string) renamed to GetElValueByName.
1274         - Added GetElementByName(string).
1275       * src/gdcmHeader.cxx: added
1276         - GetPubElValRepByNumber(guint16, guint16)
1277         - GetPubElValRepByName(string)
1278         - GetShaElValRepByNumber(guint16, guint16)
1279         - GetShaElValRepByName(string)
1280         - GetShaElValByNumber(guint16, guint16)
1281         - GetShaElValRepByName(string)
1282         - GetElValRepByNumber(guint16, guint16)
1283         - GetElValRepByName(string)
1284         - GetElValByNumber(guint16, guint16)
1285         - GetElValRepByName(string)
1286       * Doc/requirements.txt added.
1287
1288 2002-12-9 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1289       * Test/Makefile building now depends on the one of libgdcm.so
1290       * src/gdcmHeader.cxx and gdcm.h are now OB (undefined length encoded
1291         pixel data) aware which enables finding the address (offset) of
1292         the pixel data of JPEG encoded DICOM files. This leaves only a single
1293         file in the testSuite whose pixel data address (offset) is unknown.
1294       * python/testSuite.py changed accordingly.
1295
1296 2002-12-6 Christophe Odet + Hugues Benoit-Cattin + Eric.Boix
1297       * VC++ has some strong limitations when working with the STL, as stated
1298         in http://support.microsoft.com/support/kb/articles/Q168/9/58.ASP :
1299              "Also note that some STL containers (map, set, queue, list, deque)
1300               cannot be exported. [...]
1301               Some STL classes contain nested classes. These classes can not
1302               be exported. [...]
1303               This is caused by a designed limitation that once a template
1304               class is instantiated, it can not be re-instantiated and
1305               exported."
1306         Since our usage of map<> is ubiquitous in gdcm, this "designed
1307         limitation" of VC++ is a pitfall.
1308         Hence the Python wrappers of gdcm cannot be incrementally linked
1309         against the c++ dynamic library. The dirty but only workaround is
1310         to forget about incremental link of dynamic libraries and to generate
1311         the Python wrappers library with the inclusions of the underlying C++
1312         library.
1313         The following modifications concern this matter on Win32/VC++:
1314       - wrapping python correct with standalone wrapped dll (don't use separate
1315          dll under windows !!!!)
1316       - python21_d debug mode enabled (ask Frog how to use it :-)
1317       - NO problem with having an STL member of class for example string in C++
1318         WITH THE RESTRICTION OF FORGETING ABOUT INCREMENTAL LINK.
1319       - Python test of dcmlib in Python is ok under windows on a large set
1320         (one) of image(s).
1321       * removed glib references
1322       * typedef's inserted in gdcm.i for correct swig type management
1323
1324 2002-11-27 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1325       * python/demo/*.py load.py extracted from test.py. Added explore.py
1326         that only displays required tags and testAll.py that parses all
1327         the files of the testsuite without using unittest.
1328       * python/testSuite.py other additional test on new files added.
1329       * Data/* new test files added accordingly to the testSuite.
1330       * src/gdcmHeader.cxx avoid overwriting of the dictionary when
1331         the vr in the file differs from the one of the dictionary.
1332
1333 2002-11-20 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1334       * src/gdcm.h and gdcmHeader.cxx gdcm no longer loads all the elements
1335         values, but limits itself to values which are below a user specified
1336         size (by default 1024 bytes).
1337       * python/gdcm.i : elements not loaded (because their size is above the
1338         user specified treshold) are exported with their TagKey as key of the
1339         python dictionary. This enables the testsuite to make some checks
1340         on the unloaded elements (since we have their offset and size).
1341       * python/testSuite.py
1342         - now tests for the existence and proper value of the pixel data
1343         - two new examples added.
1344       * Data/gdcm-MR-SIEMENS-16.acr[12] added.
1345
1346 2002-11-18 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1347       * src/gdcm.h and gdcmHeader.cxx are now "Big Endian transfer syntax"
1348         aware. See the strategy comments in gdcmHeader::FindeLength().
1349       * Test/test.cxx now accepts a filename as first argument.
1350       * Data/US-PAL-8-10x-echo.dcm and US-RGB-8-epicard.dcm added.
1351       * python/testSuite.py changed to integrate test on above files.
1352
1353 2002-11-15 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1354       * Dicts/dicomV3.dic removed all the trailing (RET) when the
1355         the vr was also RET.
1356       * python/testSuite.py more tests added.
1357
1358 2002-11-14 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1359       * python/testSuite.py unittest test suite added (uses Data)
1360       * Data/* dcm and acr files for the test suite.
1361       * glib dependance removed from un*x version. We now use ISO C99
1362         7.18 Integer types (see stdint.h)
1363         - python/Makefile, src/Makefile src/gdcm.h
1364       * src/ when an explicit vr (like dicom files) suddenly poped an
1365         implicit element we use to mark the underlying DictEntry of the
1366         concerned ElValue with "Implicit". This strategy was damageable
1367         too the public or provite dictionaries, since some of their vr
1368         would be changed. Since Header::FindLength heavily relies on the
1369         detection by Header::FindVR of falsely explicit elements, I
1370         added an extra ImplicitVr member to ElValue (boolean).
1371         The rest of the changes we the necessary adaptations.
1372
1373 2002-11-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1374       * src/gdcmHeader::FindLength bug fix when trapping falsely explicit
1375         VR files.
1376       * src/gdcmHeader::FindVR: hard way fix of falsely explicit vr files.
1377
1378 2002-11-8 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1379       * Adaptation for porting to VC++:
1380         - src/gdcm.h
1381           o forced to use std namespace (for string to be known)
1382           o all class use __declspec export style on WIN32
1383         - src/gdcmUtil.cxx new Exit method that wraps the exit call
1384           (in stdlib.h on Win32 but in std:: for gcc)
1385       * src/gdcmDictSet::SetDictPath adds a trailing / to environement
1386         variable GDCM_DICT_PATH.
1387       * src/gdcmHeader.cxx verbose comments made discrete.
1388
1389 2002-11-7 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1390       * python/gdcm.i: added a typemap that converts a C++ hashing table
1391         to native Python dictionary.
1392       * python/demo/test.py:
1393         - now uses the native dictionary for exploration of gdcmHeader.
1394         - takes an optional filename argument (the file to parse).
1395       * src/gdcm.h and gdcmHeader.cxx: gdcmHeader now has an accessor on
1396         PubElVals hashing table.
1397       * Dicts/dicomV3.dic removed error prone trailing spaces.
1398
1399 2002-11-6 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1400       * Python wrapping process moved away from src/Makefile to
1401         newly created python/Makefile (as well as gdcm.i)
1402       * python/demo/test.py (that mirrors Test/test.cxx) is effective.
1403       * src/gdcmHeader::FindLength only looks for current vr when necessary.
1404       * src/gdcmDictSet.cxx: the dictionnaries directory path is now imported
1405         from the environement variable GDCM_DICT_PATH (when existing).
1406       * src/gdcmDict::GetTag bug fix.
1407
1408 2002-10-31 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1409       * Straightforward temporary fixes for swig to build the python wrappers.
1410         src/Makefile now has a python working entry [by working we mean
1411         that we can import de shadow classes without errors].
1412
1413 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1414       * hashtest.cxx removed (since allready in Test)
1415       * src/gdcmlib.h renamed to src/gdcm.h
1416       * src/dcm.i renamed to src/gdcm.i
1417       * src/Makefile prepared for python wrapping
1418
1419 2002-10-29 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1420       * src/gdcmHeader.cxx :
1421         - Parsing of header is now separated from loading of element values
1422           (see gdcmHeader::LoadElements).
1423         - general clean up of hopefully all file access (creation of
1424           ReadInt16 and ReadInt32)
1425
1426 2002-10-22 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1427       * src/gdcmHeader.cxx :
1428         - RecupLgr renamed to FindLength and cut off with new IsAnInteger
1429           method.
1430         - SetLgrElem renamed to SetLength
1431         - GetLgrElem renamed to GetLength
1432         - ~gdcmHeader() made virtual to pesky warning messages at compile.
1433       * src/gdcmElValSet.cxx fixed both GetElValue methods
1434       * Dicts/dicomV3.dic falacious entry [7fe0 0010 OT PXL Pixel Data]
1435         due to IdoDude was cleaned out.
1436
1437 2002-10-21 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1438       * src/gdcmHeader.cxx RecupLgr split in FindVR and RecupLgr. FindVR
1439         concentrates on finding the value representation (when it exists).
1440         RecupLgr now only finds the element value length, and it avoids
1441         returning the unecessary skL (skipped length).
1442         Also, offsetCourant was simply removed (with taille_fich) since
1443         it was redundant with the File position internals (by using
1444         ftell and fseek). This also made skL (see above in RecupLgr) usage
1445         jajun.
1446       * src/gdcmHeaderIdo.cxx src/gdcmIdo.h added. Those files concentrate
1447         on the libido specificities which are handled through class
1448         inheritance.
1449       * Test/implicit_vr.dcm dicom v3 in implicit value representation
1450         added.
1451
1452 2002-10-17 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1453       * Truckload of changes. Parsing of header is barely functional
1454         (see Test/test) with the standard dictionary (see Dicts/dicomV3.dic).
1455
1456 2002-10-10 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1457       * src/gdcmHeader.cxx many addons of low level methods
1458
1459 2002-10-07 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1460       * src/gdcmHeader now contains_IdDcmCheckSwap, _IdDcmRecupLgr,
1461         and _IdDcmSWAP_LONG.
1462
1463 2002-09-12 Eric Boix <Eric.Boix@creatis.insa-lyon.fr>
1464       * This corresponds to all the changes decided at the meeting of
1465         May 23 2002. Needless to say we are running late...
1466