Hallo,
ich versuche verzweifelt ein GIF Image transparent in einem TImage darzustellen:
Delphi-Quellcode:
Image1.Picture.LoadFromFile('D:\Downloads\blumen00047.gif');
gif := (Image1.Picture.Graphic as TGifImage);
gif.Animate := true;
if gif.IsTransparent then
gif.Transparent:= true;
Das funktioniert leider nicht, d.h. die Animation funktioniert, aber hintergrund ist immer schwarz.
Was mache ich falsch?
Danke für die Hilfe
Eric