Search found 1 match

by Lyuba
2016-11-18T07:51:27-07:00
Forum: Bugs
Topic: Wrong conversion of dicom-files
Replies: 0
Views: 14485

Wrong conversion of dicom-files

ImageMagick
DICOM-files (grayscale, 16 bits) are identified as 8-bits:
identify test.dcm
test.dcm DCM 512x512 512x512+0+0 8-bit sRGB 526KB 0.000u 0:00.000

and convert gives wrong picture for such files:
convert test.dcm test.jpeg
additional parameters don't help:
convert -depth 16 -type ...