Does WIC or DirectComposition replace GDI+?

870 Views Asked by At

I have a project that might involve some basic server side image creation (scaling, transforming, some text composting). In the past I've used GDI+ to do similar things, but Microsoft labels that as Legacy Graphics now and lists a few replacements such as DirectComposition and Windows Imaging Component.

I'm a little unclear of the distinction, so which of those (if any) is the best replacement for GDI+?

1

There are 1 best solutions below

0
On

Direct2D is the replacement for GDI+.