Search found 1 match

by c_k
Mon, 2016-04-25, 14:48
Forum: DCMTK - General
Topic: Using dcmiod for reading/writing Dicom image files
Replies: 1
Views: 2849

Using dcmiod for reading/writing Dicom image files

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. I now use DcmIODImage with IODGeneralImageModule and IODImagePixelModule, but can't find functions regarding scaling of pixel data. In the DCMTK source code...