I am using the DCMTK dcmiod
module (from the latest snapshot), which provides an API for reading/writing images on a higher level than dcmdata
(as advised by the answer to this SO question). I now use DcmIODImage
with IODGeneralImageModule
and IODImagePixelModule
, but can't find functions regarding scaling of pixel data.
In the DCMTK source code I found the IODEnhUSImageModule
class, which provides access to e.g. DCM_RescaleSlope
. (How) Is it possible to use this class in the context of dcmiod
?