Du musst das Bild vorher in das richtige Grafikformat konvertieren.
Wenn du z.B. als JPEG speichern willst:
Delphi-Quellcode:
with TJpegImage.Create do try
Assign(Image1.Picture.Graphic);
SaveToFile('C:\Test.jpg');
finally
Free;
end;
Die Suchfunktion hilft dir für die anderenbestimmt weiter.
Ein im Mittelpunkt stehender Kunde steht im Weg.