Delphi-PRAXiS
Seite 2 von 2     12   

Delphi-PRAXiS (https://www.delphipraxis.net/forum.php)
-   Multimedia (https://www.delphipraxis.net/16-multimedia/)
-   -   Delphi TJpegImage Komponente? Woher? (https://www.delphipraxis.net/43127-tjpegimage-komponente-woher.html)

Obscure87 15. Feb 2008 09:32

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;

Medium 15. Feb 2008 10:07

Re: TJpegImage Komponente? Woher?
 
Zitat:

Zitat von Obscure87
hab das auch psobiert, geht aber nicht =((

Das ist ja wieder eine 1a Fehlerbeschreibung wie ich sie liebe... :kotz:


Alle Zeitangaben in WEZ +1. Es ist jetzt 10:12 Uhr.
Seite 2 von 2     12   

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
LinkBacks Enabled by vBSEO © 2011, Crawlability, Inc.
Delphi-PRAXiS (c) 2002 - 2023 by Daniel R. Wolf, 2024 by Thomas Breitkreuz