Puuh! So funktioniert es doch noch:
Delphi-Quellcode:
var
MyBitmap: IGPBitmap;
MyPixel: TGPColor;
..
begin
MyBitmap := TGPBitmap.Create('MyFilename.png');
MyPixel := MyBitmap.Pixels[x, y];
Vielen Dank an alle, die mir geholfen haben, dieses Gewirr etwas zu entwirren.
Lieben Dank & Gruß
Jazzman