home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 376.lha / EPS2EPSI_v0.9 / eps2epsi.doc < prev    next >
Text File  |  1990-05-01  |  2KB  |  48 lines

  1.  
  2.     EPS2EPSI Version 0.9
  3.  
  4.     Copyright 1990, Integrated Systems Inc.
  5.     Written by Chris Nicotra
  6.     All rights reserved.
  7.     This code is freely redistrubable for non-commerical use only.
  8.  
  9.     This program requires Adrian Aylward's post v1.1 library.
  10.  
  11.     "EPS2EPSI", EPS converts Encapsulated PostScript files into
  12.     Encapsulated Postscript Interchange files.  This means, it adds a
  13.     simple bitmap representation of the postscript file so that the
  14.     programs which allow ESP to be imported can easily show what is
  15.     being included. It was written so that I could take EPS files that I
  16.     have or created with Professional Draw and import them into FRAME
  17.     Maker, a UNIX based Electronic Publishing System.  Of course the
  18.     output files can be used with any package that can import EPSI files.
  19.  
  20.     This is a quick and dirty program that gets the job done, there is
  21.     no fancy user interface just command line options.  It is run as
  22.     follows:
  23.  
  24.         eps2epsi infile -o outfile
  25.  
  26.     The output file is optional, if left off the output will just go
  27.     to standard output. Other options could be added like lower the
  28.     resolution of the output image which would make the resulting files
  29.     much smaller. Also, this code could easily be changed to generate
  30.     the new Amiga IFF EPS files are ILBM files with embedded EPS chunks.
  31.  
  32.     The current verion does not do any error handling with the error
  33.     codes returned by POST.  All POST error messages will go to standard
  34.     output.  If you use this on a file created by Professional Draw,
  35.     the ^D at the end of the file will cause an error message, but the
  36.     file will still be convert properly.
  37.  
  38.     If nothing else this program is a simple example of how POST can be
  39.     used in an application program.  If anyone has any comments on
  40.     EPS2EPSI, please let me know.
  41.     
  42.  
  43.     - Chris Nicotra
  44.  
  45.  
  46.  
  47.  
  48.