//bmp圖片轉換成jpg圖片
function fun_BmpToJpg(temp
var
MyJpeg: TJpegImage;
Bmp: TBitmap;
begin
result := false;
if FileExists(temp) then
begin
Bmp:= TBitmap
MyJpeg:= TJpegImage
Bmp
MyJpeg
MyJpeg
MyJpeg
MyJpeg
MyJpeg
Bmp
if FileExists(path) then
result := True;
end;
end;
該文章轉載自網絡大本營
From:http://tw.wingwit.com/Article/program/Delphi/201311/24693.html