![]() |
Re: animiertes Gif Problem
Zitat:
Da kannst du animierte GIFs so aktivieren:
Delphi-Quellcode:
Und Transparenz ginge so:
GIFImageDefaultAnimate := True;
Delphi-Quellcode:
GIFImageDefaultTransparent := True;
|
Re: animiertes Gif Problem
wo can ich die Unit GifImg downloaden ?
oder meinst du die unit von melander ? |
Re: animiertes Gif Problem
Dann beantworte doch mal die Frage... :?
Zitat:
Ab Delphi 2007 ist bei Delphi die Unit GifImg mitgeliefert, die auf die eben genannte Weise auch animierte GIFs unterstützt. Wenn du ![]()
Delphi-Quellcode:
Gif := TGifImage.Create;
try Gif.LoadFromStream(ResStream); Image.Picture.Assign(nil); Image.Picture.Assign(Gif); finally ResStream.Free; Gif.Free; end; |
Re: animiertes Gif Problem
Ja ich verwende diese Komponente in D7 pro
Das Gif Bild besteht aus 2 Bilder beim Aufruf wird das 1. Bild angezeigt und dann nach eine Sekunde das 2. Bild aber danach bleibt das Bild stehen In der Tat das Bild bleibt nicht stehen sondern mit Animation. man sieht aber das nicht Das Problem das Image kopiert die Bilder über einander, darum sehen wir keine wiederholte Animation |
Alle Zeitangaben in WEZ +1. Es ist jetzt 11:47 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