Eduardo Pinho
Eduardo Pinho
The decoding of pixel data via the trait [`PixelDecoder`](https://docs.rs/dicom-pixeldata/0.2.1/dicom_pixeldata/trait.PixelDecoder.html) is currently implemented for the default DICOM object type to retrieve basic Modality LUT function properties and VOI LUT properties at...
It has come to my attention that the `openjp2` crate is not Windows-ready, meaning that the `openjp2` Cargo feature in `dicom-transfer-syntax-registry` should not have been selected by default, and that...
Example from pydicom tests: liver.dcm
This code won't work in v0.6: ```rust obj.meta_mut().set_transfer_syntax(&dicom_transfer_syntax_registry::entries::IMPLICIT_VR_LITTLE_ENDIAN); ``` This is because the setter is only generic over 2 of the 3 type parameters in `TransferSyntax` (they were redesigned in...
Currently the tool only supports reading and converting a single file at a time. - The tool would need two new CLI options: - One to override the intended target...
Decoding JPEG-based transfer syntaxes is already supported, but support for encoding a native DICOM object to JPEG would be good to have. In a first phase, this amounts to implementing...
Decoding pixel data in the RLE lossless transfer syntax is already supported, but support for encoding a native DICOM object into RLE lossless would be nice to have. This amounts...
The `ul` crate should provide an intuitive way to support securing a connection between two DICOM entities through TLS.
I was trying out this component to drop DICOM files. While they are typically associated with the .dcm extension, it is also common for the files not to specify an...
This implements a safety measure against misconfigured or malfunctioning plugins. If the JVM property `dicoogle.deadPluginKillSwitch` is set to `true` (case insensitive), any dead plugin will kill the Dicoogle process, thus...