Search found 4 matches

by quasarj
2019-06-16T12:46:32-07:00
Forum: Bugs
Topic: DICOM file detected incorrectly on versions above 6.9.7
Replies: 11
Views: 13371

Re: DICOM file detected incorrectly on versions above 6.9.7

I spent a few hours today reading through the source and experimenting. I found a few things.. The 7.0 version completely ignores the Window Width and Window Center values in the file by default. You can get it to apply that transform by adding -define dcm:window I think this is a bad idea for the d...
by quasarj
2019-06-14T11:52:21-07:00
Forum: Bugs
Topic: DICOM file detected incorrectly on versions above 6.9.7
Replies: 11
Views: 13371

Re: DICOM file detected incorrectly on versions above 6.9.7

Same result. Also, identify still shows it as Bilevel Gray: └⮚ ./ImageMagick-6.9.10-50/utilities/identify DCM:$HOME/test.dcm 1:50PM DCM:/home/quasar/test.dcm=>/home/quasar/test.dcm DCM 512x512 512x512+0+0 16-bit Bilevel Gray 65536c 526926B 0.010u 0:00.007 └⮚ ./ImageMagick-7.0.8-50/utilities/magick i...
by quasarj
2019-06-14T10:26:55-07:00
Forum: Bugs
Topic: DICOM file detected incorrectly on versions above 6.9.7
Replies: 11
Views: 13371

Re: DICOM file detected incorrectly on versions above 6.9.7

For all versions the exact command was just

Code: Select all

convert test.dcm test.png
by quasarj
2019-06-14T09:24:42-07:00
Forum: Bugs
Topic: DICOM file detected incorrectly on versions above 6.9.7
Replies: 11
Views: 13371

DICOM file detected incorrectly on versions above 6.9.7

I have a simple DICOM CT image which incorrectly rendered on later versions of ImageMagick. Using "Version: ImageMagick 6.9.7-4 Q16 x86_64 20170114" (from Ubuntu 18.04) returns: /home/quasar/test.dcm DCM 512x512 512x512+0+0 16-bit sRGB 527KB 0.000u 0:00.000 But using 6.9.10-50 and up (acqu...