printing a pixmap?

BlitzMax Forums/BlitzMax Programming/printing a pixmap?

DougUK(Posted 2007) [#1]
Hi all,
Has anyone worked out how to printout a pixmap or image, gadgetprint() dosn't seem to work.

Or any help would be much appreciated :)

Cheers


tonyg(Posted 2007) [#2]
Are you interested in Windows only?
You can use this
system_("mspaint.exe image.png /p")

Obviously, might need to save you image first. You might also look at the freeprocess module in pub which gives you a bit more control.


DougUK(Posted 2007) [#3]
Thank you Tonyg :)