I wish to use the CImg li开发者_Go百科brary for image processing in my current project. I am using Codegear C++ Builder 2009. I include CImg.h in the source file and put in the following code:
i wan开发者_如何学编程ted to know if i can draw a text in Cimg graphic library draw_text function and change the font of the text to another font ?You can\'t load own fonts in CImg, but you can see ex
I do some image processing work in C++. For this i use CImg.h library which i feel is good for my work.
I use CImg for my image processing work. I work only on Gray Scale JPG, BMP, TIFF images presently. the problem i am facing with CImg function is as follows: