MISC mgr stuff for shipment

Makefile	make rotate, getscreen, lasergrafix, and tjfilter

README		this file

hp_raster	Converts an MGR bitmap to hp laserjet format
		getscreen | rotate | hp_raster | lpr -Php -l
		copies the display to the HP printer.

lasergrafix	Converts an MGR bitmap to QMS QUIC format 
		getscreen | lasergrafix | lpr -Pqms -l
		copies the display to the QMS printer.

rotate.c	A program for rotating MGR bitmaps 90 degrees
		used by tj_filter

tjfilter	Converts MGR bitmaps to HP-thinkjet format, rotating them
		sideways to fit if needed.  Typically used with window_print
		or snap
