I have a Bitmap Image that I would like to print (on paper). I have searched google and none of the examples there worked for me. I would not like to use any external libraries.
Help?
I have a Bitmap Image that I would like to print (on paper). I
Share
At least on a Linux platform, the NetPBM software can help. So can ImageMagick. However, do you not wish to use any external libraries? That’s quite a restriction!
Good luck.