scaramallion

Results 188 comments of scaramallion

Weirdly, I don't think it's ever worked the way it claims to in the docstring, it only decompresses to the `Dataset.pixel_array` property, not the dataset's *Pixel Data* value (even though...

I've created a fork for Python 3: [pynetdicom3](https://github.com/scaramallion/pynetdicom3)

Not at the moment, no.

Sorry for the extremely long delay, lost track of this somehow. I'm running Ubuntu 64-bit 20.04 and `print(dc.GetPixel(0, 0), color)` gives `(0, 109, 190, 255), (0, 145, 176)`, for example....

Just to clarify, the `Dataset.pixel_array` property is unable to return the data as a numpy array, however the raw video data stream is still available in `Dataset.PixelData`. You should be...

Thanks, I don't actually have anything to test the DIMSE-N services against, so I'll update the example using your code

I would say it's definitely stale. I support the effort if someone wants to try to implement it, but I don't think I can contribute much time to doing so.

Agreed, I've been waiting for it all to mature before looking at it again

I think we're good to go? This was much easier than I was expecting, mostly I think because the required fix(es) had already been spotted and merged earlier.