ruby-dicom icon indicating copy to clipboard operation
ruby-dicom copied to clipboard

Support extracting pixel data from multiple frames with #narray and #pixels methods

Open dicom opened this issue 12 years ago • 0 comments

Currently, when dealing with compressed pixel data, these methods for extracting pure pixel values in Array/NArray, only supports extracting data from the first pixel frame. Ideally, these methods should return pixel values from any and all frames.

These methods are located in the ImageItem class.

dicom avatar Mar 22 '13 10:03 dicom