Save Screenshot in PNG format

I think it’s just that Panda is also saving out the alpha channel. If you remove the alpha channel from the .png image you will no longer see this. You can also use the lower level screenshot functions to get the image as PNMImage and remove the alpha channel yourself before writing it out.