Eduardo Pinho
Eduardo Pinho
Just a regular maintenance update to the npm packages. - bump package locks via `npm update`, should invalidate most dependabot PRs - update ESLint to version 8 - ensure that...
Although I was originally thinking about bringing the shutdown hook to call `shutdown()` on all plugin sets in Dicoogle 4, we felt that there was a need to have this...
Should Dicoogle automatically save the plugin's settings when it is shutting down?
- Works with DICOM storage items instead of files or byte buffers, so that the DICOM objects are not kept eagerly in memory - Use slf4j for logging - Clean...
In some of the past reiterations of the DICOM storage system, we added adjustable properties that could be overridden via JVM properties. (#503 #453) Now, we should not forget to...
- Change `snafu` version from 0.7 to 0.8 - admit extended size of `AccessError` due to the size of the std backtrace type
`openjpeg-sys` provides a good implementation, but requires linking with non-Rust code. `openjp2` is written in Rust, but only works in some platforms due to the nature of the code port....
As described in [PS3.5 6.1.2.2](https://dicom.nema.org/medical/dicom/current/output/chtml/part05/chapter_6.html#sect_6.1.2.2).
The current implementation only admits the [Basic Offset Table](https://dicom.nema.org/medical/dicom/current/output/chtml/part03/sect_C.7.6.3.html#sect_C.7.6.3.1.8) as the possible source of information. In modalities of larger size, the offsets to each frame can only be encoded in...
There are currently two known limitations with the `PixelRWAdapter::decode` signature. - [ ] It is an all or nothing operation: the decoder will decode all frames and push the decoded...