What is the difference between GDI and GDI+?

user496949 picture user496949 · Dec 29, 2010 · Viewed 14.2k times · Source

Are there any differences between those two libraries?

Answer

Wyatt Anderson picture Wyatt Anderson · Dec 29, 2010

According to the wikipedia article on GDI:

With the introduction of Windows XP, GDI was deprecated in favor of its successor, the C++ based GDI+ subsystem. GDI+ adds anti-aliased 2D graphics, floating point coordinates, gradient shading, more complex path management, intrinsic support for modern graphics-file formats like JPEG and PNG, and support for composition of affine transformations in the 2D view pipeline.