How To Work With Images In C++ Language .
Image Handling in C++
To Start With This Image Processing.......You Should Have To Install Some Third Party Applications Such as :- Dev Cpp (Main IDE ) , ImageMagick , CImg Header File...
Whenever you #include "CImg.h" in a program, you must instruct the linker to link in certain libraries. The command to do so from Dev-C++ is Alt-P. Choose the Parameters tab from the pop-up window and type the following into the Linker area:
-lgdi32
Now To Start Working With Image , you should have to include cimg.h in your program and for accessing this header file , Follow these Steps Given Below :-
1:) Extract CImg Folder to desktop.....2:)
3:)
4:)
5:)
6:)
7:)
8:)
9:)
10:)
To Learn More About this Header File and its Functions visit this page :- http://cimg.eu/reference/group__cimg__tutorial.html
And FOR GENERAL INFORMATION .......CONTACT ME !!
Comments
Post a Comment