For a Desktop Vista+ application that processes images, and is to be written in C#, which of the following technologies (or combinations_ would you recommend: System.Drawing (GDI+) vs System.Windows.Media vs Direct2D+DirectWrite+WIC. Image Processing will involve all kinds of primitive drawing, filling, working with text, rotations, translations, scaling, working with pixel data directly using pointers. In general, how good the above technologies work for manipulating bitmaps?For a Desktop Vista+ application that processes