This patch adds support for :transform-smoothing on windows using GDI+ (since XP). It converts the HBITMAP to GpBitmap everytime its drawn. We could keep it around for speed, but take more resources. Since this may be used on machines with small memmory, I think its better this way.