Printing
BlitzMax Forums/BlitzMax Beginners Area/Printing| 
 | ||
| Sending files to print from blitz max | 
| 
 | ||
| How do you sent something to print from blitzMax? either from a variable or image, or buffer | 
| 
 | ||
| Unless you wrote your own module or found one, you can't | 
| 
 | ||
| poo :( | 
| 
 | ||
| is there a way to output an image buffer as an image file? | 
| 
 | ||
| there is a print module somewhere... I should of grabbed it when I saw it.  I can't find it now. | 
| 
 | ||
| lock the image, this gives you a pixmap Pixmaps can be saved to harddisk | 
| 
 | ||
| Search on 'Printer' in Bmax forums and there are a few hits inc a (broken) link to Kanati's module. | 
| 
 | ||
| here is the link to Kanati's module - http://www.radioactivegamer.com/Blitz/ ... don't use the "Blitz Printer Libraries", download the "Toolbox Module" this is not the module I referring to though... but that that search tonyg suggested showed skid making the suggestion to (if you have MaxGUI) create a htmlgadget and then use printgadget. |