]>
Creatis software - gdcm.git/log
jpr [Wed, 22 Jun 2005 08:00:29 +0000 (08:00 +0000)]
Fix misstyping, while removing spurious \t characters
jpr [Wed, 22 Jun 2005 07:53:52 +0000 (07:53 +0000)]
gdcm images are now "GDCM 1.1" built.
jpr [Wed, 22 Jun 2005 07:52:32 +0000 (07:52 +0000)]
Some constructors (at least one ...) use BitsAllocated =! BitsStored for
negative Pixels.
That break at lot of viewers ...
We now *propagate the sign bit* upon the unused ones, better than masking them
out.
Thx to Luca Picello for profiding data to fix the bug
jpr [Tue, 21 Jun 2005 14:48:26 +0000 (14:48 +0000)]
Waiting for David Clunie's answer, I re added some SQ tag that vanished from
the pdf document.
We're *sure* gdcm will break if such a SQ tag is found, within a, 'Implicit VR'
file.
Re added
0041 1050 SQ 1 PAPYRUS 3.0 Serie Sequence
in order to be able again to parse PAPYRUS 3.0
(Next wersion will have a special Papyrus Dictionary, with only *one* tag)
malaterre [Tue, 21 Jun 2005 14:05:06 +0000 (14:05 +0000)]
BUG: Solve the 'Shoot Yourself in the Foot' problem
malaterre [Tue, 21 Jun 2005 02:12:26 +0000 (02:12 +0000)]
ENH: update the script
malaterre [Tue, 21 Jun 2005 02:09:18 +0000 (02:09 +0000)]
ENH: Fix two problem, page 26 of the pdf there is a duplicate: 0018 9022. And there was a typo for group length
malaterre [Tue, 21 Jun 2005 01:19:06 +0000 (01:19 +0000)]
BUG: Forgot a comma when copy pasting...sorry
malaterre [Mon, 20 Jun 2005 22:54:55 +0000 (22:54 +0000)]
ENH: Minor typo (used to be like that in 2001) but renamed differently in 2004
malaterre [Mon, 20 Jun 2005 21:52:55 +0000 (21:52 +0000)]
ENH: Running the python parser to correct some mistake due to the by hand previous process... Marking unsolvable problem with a FIXME, until news.dicom answer it
malaterre [Mon, 20 Jun 2005 20:04:52 +0000 (20:04 +0000)]
ENH: Adding a python parser for the pdftotext output. Run as: python ParseDict.py 04_06PU.txt /tmp/dicomV3.dic
jpr [Mon, 20 Jun 2005 17:12:03 +0000 (17:12 +0000)]
Comments
jpr [Mon, 20 Jun 2005 17:10:17 +0000 (17:10 +0000)]
Avoid re writing Palette Color Lookup Table UID when Palette Color is removed
jpr [Mon, 20 Jun 2005 15:58:53 +0000 (15:58 +0000)]
Preventive bug fix for LUT Data.
I said : LUT Date, *not* Palette Color
jpr [Sun, 19 Jun 2005 15:57:29 +0000 (15:57 +0000)]
To avoid warnings at compile time
malaterre [Sat, 18 Jun 2005 17:58:59 +0000 (17:58 +0000)]
COMP: Fix compilation on MacOSX
malaterre [Fri, 17 Jun 2005 16:06:26 +0000 (16:06 +0000)]
COMP: What is wrong with me
jpr [Fri, 17 Jun 2005 14:36:19 +0000 (14:36 +0000)]
Sometimes a Warning is an error !
malaterre [Fri, 17 Jun 2005 13:47:46 +0000 (13:47 +0000)]
COMP: Remove another warning on icc81
malaterre [Fri, 17 Jun 2005 13:45:27 +0000 (13:45 +0000)]
COMP: fix waring on icc81
jpr [Fri, 17 Jun 2005 12:46:15 +0000 (12:46 +0000)]
Add ShowLut option, for debugging purpose
jpr [Fri, 17 Jun 2005 12:37:20 +0000 (12:37 +0000)]
Deleting Argument Manager *once* is enough
jpr [Fri, 17 Jun 2005 12:36:07 +0000 (12:36 +0000)]
Add comments
jpr [Fri, 17 Jun 2005 12:35:00 +0000 (12:35 +0000)]
Add some accessors for debugging purpose
jpr [Fri, 17 Jun 2005 12:27:52 +0000 (12:27 +0000)]
Try to solve RLE pb
jpr [Fri, 17 Jun 2005 12:15:54 +0000 (12:15 +0000)]
Coding style
malaterre [Thu, 16 Jun 2005 20:27:46 +0000 (20:27 +0000)]
ENH: Remove the same warning on a different machine with the EXACT same compiler...
malaterre [Thu, 16 Jun 2005 20:26:25 +0000 (20:26 +0000)]
COMP: Fix ttyf, might be used unitialized...
malaterre [Wed, 15 Jun 2005 19:59:39 +0000 (19:59 +0000)]
ENH: Fix a minor compilation problem, adding some jpegls demo code (commented out)
malaterre [Wed, 15 Jun 2005 15:49:46 +0000 (15:49 +0000)]
BUG: Reremove mpeg2 this is not production stable, sorry bad commit
jpr [Wed, 15 Jun 2005 12:48:40 +0000 (12:48 +0000)]
Fix misstyping
jpr [Wed, 15 Jun 2005 10:12:03 +0000 (10:12 +0000)]
Update image recap
jpr [Wed, 15 Jun 2005 10:10:45 +0000 (10:10 +0000)]
Update Credits
jpr [Wed, 15 Jun 2005 10:06:36 +0000 (10:06 +0000)]
Add a user supplied example 'Grey to RGB'
that converts a 8/16 Bits 'grey level' image (Samples per Pixel = 1)
into an 'RGB image' (Samples per Pixel = 3)
Result may be usefull for performing some checks
jpr [Wed, 15 Jun 2005 09:54:13 +0000 (09:54 +0000)]
Typo
jpr [Wed, 15 Jun 2005 09:42:56 +0000 (09:42 +0000)]
Giving the right name to blacklisted images should help
malaterre [Tue, 14 Jun 2005 20:53:19 +0000 (20:53 +0000)]
ENH: Sltightly better code
malaterre [Tue, 14 Jun 2005 20:33:53 +0000 (20:33 +0000)]
ENH: proof of concept for usage of VM in gdcm. Extremely early alpha stage don't use
malaterre [Tue, 14 Jun 2005 19:22:13 +0000 (19:22 +0000)]
ENH: Add doc for assert
malaterre [Tue, 14 Jun 2005 18:37:55 +0000 (18:37 +0000)]
COMP: sprintf is declared in stdio.h
malaterre [Tue, 14 Jun 2005 17:01:10 +0000 (17:01 +0000)]
ENH: Remove an old warning on SunOS/ijg lib
malaterre [Tue, 14 Jun 2005 16:56:52 +0000 (16:56 +0000)]
ENH: Forgot Johan
malaterre [Tue, 14 Jun 2005 16:40:11 +0000 (16:40 +0000)]
ENH: Ok that's it I am sick of jasper warnings
malaterre [Tue, 14 Jun 2005 16:38:12 +0000 (16:38 +0000)]
COMP: try to get rid of a warning on gcc/MacOSX
malaterre [Tue, 14 Jun 2005 16:12:40 +0000 (16:12 +0000)]
ENH: Need to allow hex for expressing size
jpr [Tue, 14 Jun 2005 14:59:08 +0000 (14:59 +0000)]
Update Doc
jpr [Tue, 14 Jun 2005 14:40:48 +0000 (14:40 +0000)]
Black list 16 Bits images with 16 Bits LUT
(waiting to be sure)
jpr [Tue, 14 Jun 2005 14:00:03 +0000 (14:00 +0000)]
Typo + Doxygen
jpr [Tue, 14 Jun 2005 13:56:41 +0000 (13:56 +0000)]
Now gdcm deals with 16 bits per pixel images with 16 bits Palette colors
(3 * 65536 short int ...)
Nice fat header.
"Segmented Palettes" pb still pending, but I never saw any viewer dealing with it.
jpr [Tue, 14 Jun 2005 09:21:00 +0000 (09:21 +0000)]
To avoid 'unused' warning
jpr [Tue, 14 Jun 2005 09:09:50 +0000 (09:09 +0000)]
Typo
jpr [Tue, 14 Jun 2005 09:08:46 +0000 (09:08 +0000)]
To avoid warning on smallfry
jpr [Tue, 14 Jun 2005 09:04:59 +0000 (09:04 +0000)]
To avoid 'performance warning' on joebar
jpr [Mon, 13 Jun 2005 16:57:24 +0000 (16:57 +0000)]
Update TS dictionary, in order not to be confused by Philips IE33 Private SOP
jpr [Mon, 13 Jun 2005 16:09:32 +0000 (16:09 +0000)]
#Something stupid occured in the code for LibIDO images.
#I Black list them for a while. JP
"gdcm-ACR-LibIDO.acr"
"LIBIDO-24-ACR_NEMA-Rectangle.dcm"
jpr [Mon, 13 Jun 2005 15:43:48 +0000 (15:43 +0000)]
Some more oddities dealt with.
Doesn't work yet with 65536 entries 16 Bits LUT (?!?), with 16 bits pixels.
Still looking for accurate info on the web about it
malaterre [Mon, 13 Jun 2005 15:06:36 +0000 (15:06 +0000)]
COMP: Remove warnings with VS6
malaterre [Mon, 13 Jun 2005 15:02:59 +0000 (15:02 +0000)]
COMP: Fix compilation on macosx and global symbol
malaterre [Mon, 13 Jun 2005 13:49:33 +0000 (13:49 +0000)]
ENH: Remove a warning I thought I was already removing...
malaterre [Mon, 13 Jun 2005 04:04:31 +0000 (04:04 +0000)]
COMP: alright please VS7 and sorry for VS6
malaterre [Mon, 13 Jun 2005 00:22:14 +0000 (00:22 +0000)]
ENH: adding a thin wrapper around fstream to deal with fragments
malaterre [Sun, 12 Jun 2005 15:55:33 +0000 (15:55 +0000)]
ENH: Remove some more warnings on XCode
malaterre [Sun, 12 Jun 2005 15:53:21 +0000 (15:53 +0000)]
COMP: make the code compile with c++ compiler
malaterre [Sat, 11 Jun 2005 17:50:27 +0000 (17:50 +0000)]
COMP: VS6 was not happy to cast an int into ushort
malaterre [Sat, 11 Jun 2005 16:00:01 +0000 (16:00 +0000)]
COMP: Remove string lenght warning problem with jpegls
malaterre [Sat, 11 Jun 2005 15:56:27 +0000 (15:56 +0000)]
COMP: Remove warning about jasper on Sun
malaterre [Sat, 11 Jun 2005 15:24:36 +0000 (15:24 +0000)]
COMP: Hopefully this patch is the right one to get jasper to compile on macosx
malaterre [Sat, 11 Jun 2005 15:20:44 +0000 (15:20 +0000)]
BUG: Need to save the damn file with correct filename
malaterre [Sat, 11 Jun 2005 14:23:07 +0000 (14:23 +0000)]
COMP: EXTERN was conflicting with the one in ijg, rename the one in jasper.
malaterre [Sat, 11 Jun 2005 02:05:14 +0000 (02:05 +0000)]
COMP: screw me, I forgot to checkin those things I send to jasper ML...
malaterre [Fri, 10 Jun 2005 17:10:36 +0000 (17:10 +0000)]
BUG: hum interesting
malaterre [Fri, 10 Jun 2005 17:03:55 +0000 (17:03 +0000)]
ENH: ooops I also need this one
malaterre [Fri, 10 Jun 2005 16:57:36 +0000 (16:57 +0000)]
ENH: Remove the prebinding thingy that only happen on XCode/MacOSX...
malaterre [Fri, 10 Jun 2005 16:50:36 +0000 (16:50 +0000)]
BUG: Need to force the value if set to something else
malaterre [Fri, 10 Jun 2005 16:37:01 +0000 (16:37 +0000)]
ENH: doh! support also the other case...
malaterre [Fri, 10 Jun 2005 16:11:43 +0000 (16:11 +0000)]
ENH: Adding support for removing warnings from the dashboard.
jpr [Fri, 10 Jun 2005 14:10:22 +0000 (14:10 +0000)]
Enhancement of Rewrite (use may choose if he wants LUT or RGB Pixels)
malaterre [Fri, 10 Jun 2005 14:09:38 +0000 (14:09 +0000)]
COMP: another cast needed for vs7
malaterre [Fri, 10 Jun 2005 14:07:43 +0000 (14:07 +0000)]
COMP: A few stupid cast needed for vs7
jpr [Fri, 10 Jun 2005 14:05:37 +0000 (14:05 +0000)]
Bug fix in Load method.
Thx to Benoit for providing fix.
malaterre [Fri, 10 Jun 2005 14:04:34 +0000 (14:04 +0000)]
COMP: locale_cscanline/pscanline might be used unitialized in this function
malaterre [Fri, 10 Jun 2005 14:02:29 +0000 (14:02 +0000)]
COMP: why the heck did they used 'lf' for printing a double ?
malaterre [Fri, 10 Jun 2005 13:57:22 +0000 (13:57 +0000)]
COMP: id is assigned a value that is never used
malaterre [Fri, 10 Jun 2005 13:55:31 +0000 (13:55 +0000)]
COMP: dmc is assigned a value that is never user
malaterre [Fri, 10 Jun 2005 13:50:09 +0000 (13:50 +0000)]
COMP: Fix compilation on mingw
jpr [Fri, 10 Jun 2005 08:00:20 +0000 (08:00 +0000)]
To avoid warnings
malaterre [Thu, 9 Jun 2005 23:16:49 +0000 (23:16 +0000)]
ENH: make gdcmjasper more portable. It is now fully independant from the toplevel GDCM project
malaterre [Thu, 9 Jun 2005 22:24:38 +0000 (22:24 +0000)]
COMP: Can now configure gdcmjpegls as a separate project, also fix the inline keyword test was failing with compiler that support inline.
malaterre [Thu, 9 Jun 2005 22:09:39 +0000 (22:09 +0000)]
COMP: applying another patch send to jasper group, to please bcc32 5.5.1
malaterre [Thu, 9 Jun 2005 22:01:59 +0000 (22:01 +0000)]
COMP: applying partial patch sent to jasper group, to please VS7.1
malaterre [Thu, 9 Jun 2005 21:42:45 +0000 (21:42 +0000)]
COMP: Fixing warnings on bcc32
malaterre [Thu, 9 Jun 2005 21:32:14 +0000 (21:32 +0000)]
COMP: Removing warning
malaterre [Thu, 9 Jun 2005 21:27:18 +0000 (21:27 +0000)]
COMP: Specify we are using long, should get rid of the warning
malaterre [Thu, 9 Jun 2005 21:14:43 +0000 (21:14 +0000)]
BUG: JPEGLS IS JPEG
jpr [Thu, 9 Jun 2005 11:27:54 +0000 (11:27 +0000)]
Should avoid some warnings
jpr [Thu, 9 Jun 2005 09:36:51 +0000 (09:36 +0000)]
To avoid warnings
malaterre [Wed, 8 Jun 2005 18:42:18 +0000 (18:42 +0000)]
COMP: trying to simplify the shared lib on win32... still a mess
malaterre [Wed, 8 Jun 2005 18:00:41 +0000 (18:00 +0000)]
COMP: How the f* did it ever work before...
malaterre [Wed, 8 Jun 2005 17:45:13 +0000 (17:45 +0000)]
COMP: Remove warning with -pedantic
malaterre [Wed, 8 Jun 2005 17:39:36 +0000 (17:39 +0000)]
COMP: jasper compiles with the paranoid -pedantic option now