OH POOH...this should be :-
var
logoImage:TBitmap;
jpg:TJPEGImage;
begin
logoImage:=TBitmap.create;
logoImage.LoadFromFile(sFileName);
jpg:=TJPEGImage.create;
jpg.assign(LogoImage);
jpg.SaveTofile("MyJpeg.jpg');
end;
Sorry.
Jeremy
---------------------------------------------------------------------------
New Zealand Delphi Users group - Delphi List - [EMAIL PROTECTED]
Website: http://www.delphi.org.nz
To UnSub, send email to: [EMAIL PROTECTED]
with body of "unsubscribe delphi"
- [DUG]: BMP to JPEG John Christenhusz
- RE: [DUG]: BMP to JPEG Alan Rose
- RE: [DUG]: BMP to JPEG vss
- [DUG]: What information is compiled into the EXE? vss
- [DUG]: What information is compiled into the E... David Brennan
- RE: [DUG]: What information is compiled in... Max Nilson
- Re: [DUG]: What information is compile... David Brennan
- RE: [DUG]: What information is co... Max Nilson
