![]() |
Re: TJpegImage Komponente? Woher?
hab das auch psobiert, geht aber nicht =((
Delphi-Quellcode:
begin
bit := TBitmap.Create; for i := 0 to lballe.Items.Count -1 do begin bit.LoadFromFile(pfad); bild.Height := bit.Height; bild.Width := bit.Width; if bild.Width >= bild.Height then begin bild.Canvas.Draw(400, 533, bit); bild.Assign(bit); bild.Picture.SaveToFile(ziel); bit.Free; end; end; |
Re: TJpegImage Komponente? Woher?
Zitat:
|
Alle Zeitangaben in WEZ +1. Es ist jetzt 15:28 Uhr. |
Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024-2025 by Thomas Breitkreuz