How much memory should be allocated for the DIB data received from HBITMAP using GetDIBits function? The GetDIBits function is described in MSDN as follow:
For someone who knows CreateDIBitmap troubleshootings When I create it, passing all the parameters hopefully correct, I create it with passing data array (bits array).
I\'m writing some code to perform window levelling on a 16 bit DICOM image (which is loaded in memory as a 16 bit DIB). My window levelling code is complete and works by generating a lookup table to m
I\'m kindly asking you to help me with this problem: There\'s a byte array (data: PByte) containing DIB data AND DIBHeader: