Gelöst. Fehler im Quellcode der Methode .RemoveTransparency
Fix:
Delphi-Quellcode:
...
case ColorType of
{Palette uses the TLMDPNGChunktRNS to store alpha}
COLOR_PALETTE, COLOR_RGB, COLOR_GRAYSCALE:
begin
TRNS := Chunks.ItemFromClass(TLMDPNGChunkTRNS) as TLMDPNGChunkTRNS;
if TRNS <> nil then Chunks.RemoveChunk(TRNS)
end;
...
Windows Vista - Eine neue Erfahrung in Fehlern.