Thema: Delphi TJPEGimage

Einzelnen Beitrag anzeigen

Tyrael Y.

Registriert seit: 28. Jul 2003
Ort: Stuttgart
1.093 Beiträge
 
Delphi 2007 Professional
 
#33

Re: TJPEGimage

  Alt 27. Okt 2009, 11:31
Probier mal turboPASCAL´s Code in der Art zu ändern...
Delphi-Quellcode:
else
        if (AnsiLowerCase(FExt) = '.jpg') or( AnsiLowerCase(FExt) = '.jpeg') then
        begin
          Image.Picture.Graphic := TJpegImage.Create;
          Image.Picture.Graphic.LoadFromStream(ImgStream);
          Result := True;
        end else
...das Ganze natürlich für alle Typen.
Levent Yildirim
Erzeugung von Icons aus Bildern:IconLev
  Mit Zitat antworten Zitat