dcmjs
dcmjs copied to clipboard
fix: missing output pixel data for read/edit/write on uncompressed pixel data
dcmjs 0.45.0 introduced a bug where the pixel data was deleted when reading uncompressed images.
Fixes: [#458]
Testing: Read uncompressed pixel data using dcmjs and check that the pixel data value contains one array buffer per frame (item if split items)
Deploy Preview for dcmjs2 ready!
| Name | Link |
|---|---|
| Latest commit | 6224c06a86ebe1c4730ab565310a6be9a85da30e |
| Latest deploy log | https://app.netlify.com/projects/dcmjs2/deploys/69372e823a492a0008563241 |
| Deploy Preview | https://deploy-preview-462--dcmjs2.netlify.app |
| Preview on mobile | Toggle QR Code...Use your smartphone camera to open QR code link. |
To edit notification comments on pull requests, go to your Netlify project configuration.
This ended up not fixing things. Working on a revert + completely different change.