Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
What is GDI+?
To set jpg or bitmap or tif image in MFC application I read that gdiplus.lib is needed.
So from where I can download this lib file? And What is actual functionality of GDI+
Posted

GDI stands for Graphic Device Interface.
Windows GDI+ is a class-based API for C/C++ programmers.

It enables applications to use graphics and formatted text on both the video display and the printer.

Applications based on the Microsoft Win32 API do not access graphics hardware directly. Instead, GDI+ interacts with device drivers on behalf of applications.
See basics of GDI+ on CP
Introduction to GDI+ in .NET[^]

Get more on
http://msdn.microsoft.com/en-us/library/windows/desktop/ms533798(v=vs.85).aspx[^]

Refer this answer about GDI+
What is GDI+ Window and how do I get rid of it?[^]
 
Share this answer
 
v2
If you are not using an ancient Windows version, GDI+ is already present on your system. Use GDI+ at MSDN[^] as a starting point.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900