These programs are for creating bitmap illustrations into
PostScript/Scribe documents.  These support MacPaint files and Apollo GMF
and BM files.  However, any bitmap format using the MacPaint compression
scheme could be adapted without too much trouble.

The MacPaint version (extract_top.c) should run on any Unix system, the
apollo version must be run on an Apollo.

Files in this directory:

	extract_top.c -	C program to extract Scribe-able PostScript pictures
			from MacPaint files.

	extract_top.hlp - Documentation for the above.
	
	apollo_scribepic.c - Converts apollo GMF or Bitmap files into
			     Scribe-able pictures.  GMF files are generated
			     by the DM's "XI" command and the cpscr command.

	gmf_inq.pas - Helper routine for apollo_scribepic.c (Must be
		      bound to apollo_scribepic.  Use:
		       pas gmf_inq.pas; cc apollo_scribepic.c
		       bind gmf_inq.bin apollo_scribepic.bin -b apollo_scribepic
		      to compile and link it.

	scribepic.ps - PostScript preamble used by both programs.

NOTE:  Before using these, you'll want to edit them to change the
constant POSTDEF to reflect where the scribepic.ps file lives.

