Click or drag to resize

DicomImageGetAtalaImage Method

Transforms the DicomImage into a new AtalaImage object.

Namespace:  Atalasoft.Imaging.Codec.Dicom
Assembly:  Atalasoft.dotImage.Dicom (in Atalasoft.dotImage.Dicom.dll) Version: 11.4.0.9.0.377 (.NET 4.5.2, x86)
Syntax
public AtalaImage GetAtalaImage()

Return Value

Type: AtalaImage
Remarks
There is very little done to the image data as it is transformed into the AtalaImage. If the DicomImage came from DicomDataset.GetRawImage, the resulting AtalaImage will be as close to the actual raw data as possible. To get the actual raw values, it might be necessary to subtract out the property ImageDataShiftedBy from each sample in the AtalaImage if the property ImageCameFromSignedSamples is true.
See Also