home *** CD-ROM | disk | FTP | other *** search
/ Carousel Volume 2 #1 / carousel.iso / mactosh / unix / scribepi.sha / READ_ME < prev    next >
Encoding:
Text File  |  1985-08-29  |  1.1 KB  |  31 lines

  1. These programs are for creating bitmap illustrations into
  2. PostScript/Scribe documents.  These support MacPaint files and Apollo GMF
  3. and BM files.  However, any bitmap format using the MacPaint compression
  4. scheme could be adapted without too much trouble.
  5.  
  6. The MacPaint version (extract_top.c) should run on any Unix system, the
  7. apollo version must be run on an Apollo.
  8.  
  9. Files in this directory:
  10.  
  11.     extract_top.c -    C program to extract Scribe-able PostScript pictures
  12.             from MacPaint files.
  13.  
  14.     extract_top.hlp - Documentation for the above.
  15.     
  16.     apollo_scribepic.c - Converts apollo GMF or Bitmap files into
  17.                  Scribe-able pictures.  GMF files are generated
  18.                  by the DM's "XI" command and the cpscr command.
  19.  
  20.     gmf_inq.pas - Helper routine for apollo_scribepic.c (Must be
  21.               bound to apollo_scribepic.  Use:
  22.                pas gmf_inq.pas; cc apollo_scribepic.c
  23.                bind gmf_inq.bin apollo_scribepic.bin -b apollo_scribepic
  24.               to compile and link it.
  25.  
  26.     scribepic.ps - PostScript preamble used by both programs.
  27.  
  28. NOTE:  Before using these, you'll want to edit them to change the
  29. constant POSTDEF to reflect where the scribepic.ps file lives.
  30.  
  31.