SaveToFile

Graphics32

TBitmap32.SaveToFile

procedure SaveToFile(const FileName: string);

Description

Writes a bitmap image to disk. The image is saved as 32-bit BMP file.

If you need another pixel format or storage format, create intermediate TBitmap object or other TGraphic descendant, assign it from TBitmap32 and save it to a file.

See source of TBitmap.SaveToFile for more details.

See Also

LoadFromFile, SaveToStream