Date Posted:20:56:49 10/24/05 Mon Author:Bob Rasmussen Subject: Bug in AssignFromDIBHandle?
In version 2.5 (still), it appears there is a bug in TDibGraphic.AssignFromDIBHandle. If BitsPerPixel <= 8 then
the code creates a Palette, but it simply does a "move" to move the colors. But the color order is different. Compare the code for AssignFromBitmapHandle, where it looks like a similar bug was fixed.