#714989 Error - Can't allocate any color cells

Package:
dicom3tools
Source:
dicom3tools
Description:
DICOM medical image files manipulation and conversion tools
Submitter:
Mathieu Malaterre
Date:
2013-09-04 07:54:05 UTC
Severity:
wishlist
#714989#5
Date:
2013-07-05 07:50:45 UTC
From:
To:
It would be nice if dcdisp would be usable. Currently it fails with:

$ ./appsrc/dcdisp/dcdisp /tmp/raw.dcm
Read ...
  Rows = 256
  Columns = 256
  NumberOfFrames = 0
  PhotometricInterpretation = MONOCHROME2
  SamplesPerPixel = 1
  BitsAllocated = 16
  BitsStored = 16
  HighBit = 15
  PixelRepresentation = 1
  PlanarConfiguration = 0
  RescaleIntercept = 0
  RescaleSlope = 0
  WindowCenter = 96
  WindowWidth = 192
  PixelPaddingValue = 0
  VOILUTs =
  PixelData Value Length = 0x20000
Using ...
  Rows = 256
  Columns = 256
  NumberOfFrames = 1
  PhotometricInterpretation = MONOCHROME2
  SamplesPerPixel = 1
  BitsAllocated = 16
  BitsStored = 16
  HighBit = 15
  PixelRepresentation = 1
  PlanarConfiguration = 0
  RescaleIntercept = 0
  RescaleSlope = 1
  WindowCenter = 96
  WindowWidth = 192
  PixelPaddingValue = 0
  VOILUTs =
  Rows*Columns*SamplesPerPixel*BitsAllocated/8 = 0x20000

Error - Can't allocate any color cells
Color map establishment failed
[1]    31046 segmentation fault  ./appsrc/dcdisp/dcdisp /tmp/raw.dcm