Christoffer Lervåg

Results 7 issues of Christoffer Lervåg

After subclassing NArray, I have discovered that NArray is missing a similar feature compared to Ruby's Array where you easily convert back to an Array. With Array I can do...

I think it would be nice to have a histogram function for NArray. Let's say you have an NArray of integer values: ``` a = NArray.to_na([1,1,1,1,2,2,2,2,2,3,3,3,4]) ``` You would like...

Let's say we have a Ruby Array of numbers that we would like to convert to an NArray: ``` a = [1, 2, 3, 4, 5] ``` Currently, it is...

Currently, the ruby-dicom library is only able to handle a small subset of the compressed transfer syntaxes allowed in the DICOM standard. For Run Length Encoding, we have a straight...

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...

Currently, the ruby-dicom library supports the following two color modes: RGB and PALETTE COLOR. However, it would be nice to support the other variants of Photometric Interpretation (0028,0004) as well,...

In the previous gem release, complete rdoc documentation was one of the big news. For the next gem release, one of the goals is to have implemented a full specification...

Specification