Harald Lampke
Germany
3 Posts |
Posted - Sep 14 2022 : 02:21:44
|
In version 11.3 the support for 1 bit colored bitmaps was introduced. This means that 1 bit bitmaps not having a b/w palette are converted to a 24 bit colorized bitmap (module bmpfilt.pas, procedure BMPReadStream). At this point I suggest to make an enhancement and to respect "IOParams.NativePixelFormat": If this flag is set to "true", the bitmap and the palette must not be converted and stay 1 bit with a colorized palette. Setting this flag would me enable to preserve my application's behaviour when loading 1 bit colored bitmaps. |
|