Re: Delphi 7 - convert a bmp 32bit into a 24bit



maxem wrote:
then i like to rotate this bitmap 180 degree - but there for i need to
change it
into a 24 bit. ( TBitmap is 32 bit )

Any hints ? Functions maybe ? examples?

Mh.... does

MyBitmap.pixelformat:=pf24bit;

work?

.