MousePaint: Printing

MousePaint was designed as a black and white program, not a color program. While MousePaint will output to the Scribe in color, the quality is poor. The current version of MousePaint prints directly to Apple dot matrix printers only.
For printing to third party printers such as Epson or Okidata, here are some indirect methods.

NOTE: All procedures reviewed here use the ProDOS /USERS.DISK that comes with the ProDOS supplied with Disk II's or with the ProDOS User's Kit.

1. Using an intelligent graphics interface: Grappler, Pkaso, or other.

Sales Tip: Enter the programs for the intelligent interfaces you support. Make sure they run under ProDOS and give them to your customers.

2. Using a "snapshot" interface.

Some cards, e.g., the "PRINT IT" interface, will print the screen when a button is pressed. Because you would print the Paint palette if you did a MousePaint screen dump, you should save the graphic as above and start up BASIC from the ProDOS /USERS.DISK. Then give these direct commands to your Apple:

HGR:POKE -16302,0
BLOAD picturename, A$2000

Then press the interface's button to dump the picture.

3. Making your Apple do the work.

This works if you have a graphics printing program that works with your printer, e.g., Printographer, Zoom Grafix, Apple LOGO Tool Kit and so on. Most of these programs run under DOS 3.3.

Of course, once these programs are published under ProDOS, you will not need to convert the binary file before using the graphics program.

To dump graphics, Apple IIc users can also employ the Imagewriter Tool Kit, Revision B, which works under ProDOS.
Published Date: Feb 18, 2012