function Leadtools.Controls.Medical.DICOMImageInformation.prepareImageData()
Type | Description |
---|---|
int | A new array that contains the modified / prepared image data. |
Each image pixel will be stored in one element of the returned array, regardless of the image BPP. For example, if the image is 16 BPP, then each two successive bytes will be combined together and stored in one array element, but if the image is 8 BPP, then each byte will be stored in one array element.
You must call this after you have retrieved the image data, in order for the window level to function correctly.