printing a pixmap?
BlitzMax Forums/BlitzMax Programming/printing a pixmap?
| ||
| 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 |
| ||
| 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. |
| ||
| Thank you Tonyg :) |