Macro dicom_encoding::submit_ele_transfer_syntax

source ·
macro_rules! submit_ele_transfer_syntax {
    ($uid: literal, $name: literal, $codec: expr) => { ... };
}
Expand description

Submit an explicit VR little endian transfer syntax specifier to be supported by the program’s runtime.

This macro is equivalent in behavior as [submit_transfer_syntax], but it is easier to use when writing support for compressed pixel data formats, which are usually in explicit VR little endian.

This macro does actually “run” anything, so place it outside of a function body at the root of the crate.

Without the inventory-registry feature, this request is ignored.