Search found 3 matches
- 2012-07-26T23:03:16-07:00
- Forum: Users
- Topic: Reading 16-bit DICOM image does not work any more
- Replies: 5
- Views: 6550
Re: Reading 16-bit DICOM image does not work any more
OK, link to the image is http://osa.pri.ee/~paavo/IM-0001-0001.dcm
- 2012-07-26T15:30:08-07:00
- Forum: Users
- Topic: Reading 16-bit DICOM image does not work any more
- Replies: 5
- Views: 6550
Re: Reading 16-bit DICOM image does not work any more
But you can try adding the command line equivalents of -depth 16 -type grayscale. My problem is that this is some very general library code which has no idea what image it is reading, it might well be some color jpg or dicom or whatever. To be honest, I have no independent knowledge about the type ...
- 2012-07-26T11:03:06-07:00
- Forum: Users
- Topic: Reading 16-bit DICOM image does not work any more
- Replies: 5
- Views: 6550
Reading 16-bit DICOM image does not work any more
It appears there is some version or platform difference in how ImageMagick handles 16-bit grayscale DICOM images. Our code has not changed; on Linux and Windows with ImageMagick 6.4.3 we get a 16-bit grayscale result, wherease on Mac with ImageMagick 6.7.8 we get an RGB (3x8bits) image (with ...