SPECIAL OFFER        Order and save right now!
20% off with the 729824315 dicscount code for Ultimate Pack and any another product for Delphi from Greatis Programming!

⤷ Create bmp with different PixelFormat

Use Image1.Picture.Bitmap.PixelFormat:

procedure TForm1.Button1Click(Sender: TObject);
begin
  Image1.Picture.Bitmap.LoadFromFile('factory.bmp');
  case ComboBox1.ItemIndex of
    1: Image1.Picture.Bitmap.PixelFormat:=pf1bit;
    2: Image1.Picture.Bitmap.PixelFormat:=pf8bit;
    3: Image1.Picture.Bitmap.PixelFormat:=pf16bit;
    4: Image1.Picture.Bitmap.PixelFormat:=pf24bit;
  end;
  Image1.Picture.Bitmap.SaveToFile('factory2.bmp');
end;
More for developers
Databases for Amazon Associates
Amazon Categories
Amazon Nodes