Sorry , no difference. My thought was that some kind of windowing or LUT took place that changed the pixel values. Like -define dcm:display-range=reset or somethng with LittleEndian or signed/unsigned 16bit with 12bit stored. The Dicom Image is Greyscale MONOCHROME2. From dicom standard: MONOCHROME2 ...
Hi! Any help is appreciated I whant to extract the CT pixeldata for computation. > convert -compress none CT.dcm CT.pgm Gives me a .pgm ASCII file that looks like this: I get 15568(3CD0 Hex) instead of 973(03CD Hex). The Pixel value is not what I expected! "P2 512 512 65535 15568 15568 15568 15568 ...