Board index » delphi » bitmap color palette problems
t2pal...@avana.net (Todd R. Palmer)
![]() Delphi Developer |
Fri, 26 May 2000 03:00:00 GMT
bitmap color palette problemsI am working on a highly graphically intense program in Delphi 3. The Using a 256 color video mode: will result in a 256 color bitmap, no compression. Using a 65K color video mode: will result in a 16 bit bitmap using type 3 ( bitfield encoding If I set Bitmap.pixelFormat := pf8bit and then Bitmap.SaveToStream, I What I am doing is reading several small bitmap files ( all the same Any help would be appreciated. todd The more I learn, the less I know. Todd Palmer |