Ich versuche ein gifimage Transparent zu machen, allerdings klappt das nicht so ganz...
Delphi-Quellcode:
...
gif.Assign(bmp);
gif.OptimizeColorMap;
gif.BackgroundColor := clFuchsia;
gif.Transparent := True;
gif.SaveToFile('MyGif.gif');
...
Ich hab schon alles mögliche ausprobiert, aber ich bekomme es nicht hin
Elektronische Bauelemente funktionieren mit Rauch. Kommt der Rauch raus, geht das Bauteil nicht mehr.