C++ Image printing
-
I want to print a small bitmap image using c++ (not MFC). I don't have a problem in printing normal text. But now I want to print an image.
:rose:
-
I want to print a small bitmap image using c++ (not MFC). I don't have a problem in printing normal text. But now I want to print an image.
:rose:
Sorry for incomplete information. I want to print using a standard LPT printer. for example, to print some text we can print simply by writing it into a file (naming the file as "LPT1" inside the program). But how do I print a image?
:rose:
-
Sorry for incomplete information. I want to print using a standard LPT printer. for example, to print some text we can print simply by writing it into a file (naming the file as "LPT1" inside the program). But how do I print a image?
:rose:
Do you need to print an image file?
WhiteSky