I\'m trying to write a screensaver for a Windows platform using C++ and Win APIs. To render graphics I\'m using GDI+, but the issue is rendering png\'s with some small amoun
Nope. GDI is mostly about manipulation of in memory bitmaps when it comes down to it. If you want more advanced features, use Direct3D/2D.