Jason Hostetter
Jason Hostetter
I found what I think is the relevant code from dicomParser, so I may take a crack at porting it. It will probably need review when done by more experienced...
Hi @pieper, I have a pull request submitted (#147) which includes a simple test. I am not sure if I have permission to add a release on the data repo,...
@swederik May be helpful also to have an `stopAfterTag` option as well, to include the provided tag and exclude everything after. I implemented this quickly in my own fork like...
Opened PR #149 to address these issues, including namified support. Would appreciate feedback/review!
Looking into this now, it appears that there is a problem with using SamplesPerPixel = 3 to calculate frame size in a YBR_FULL_422 image, since there are only 2 samples...
Ok, I think I have a good fix and have updated the pull request.
#304 fixes this issue @malaterre @dannyrb
That's great to hear! Looking forward to it. Happy to discuss any of these proposed changes or strategies as well.
I like the idea of using a query string parameter on the imageId to pass the byte range, that feels like the right way to do it since the byte...
Hi, glad you have found this useful. The currently used versions were the latest prebuilt binaries I could find for each platform at the time I started this library. Since...