Search code examples
gdi+gdi

What is the difference between GDI and GDI+?


Are there any differences between those two libraries?


Solution

  • 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.