ruby-dicom
ruby-dicom copied to clipboard
Support extracting pixel data from multiple frames with #narray and #pixels methods
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.