home *** CD-ROM | disk | FTP | other *** search
/ Power-Programmierung / CD1.mdf / pascal / library / dos / grafik / tpmac / readme < prev    next >
Encoding:
Text File  |  1986-02-12  |  1.1 KB  |  31 lines

  1. This archive/library contains a Turbo Pascal program which will display
  2. Macintosh Macpaint files on an IBM PC. It will recognize and use either
  3. a standard color graphics adapter or an enhanced color graphics adapter
  4. with the enhanced monitor.
  5.  
  6. The display quality on the standard CGA is very poor because of the highly
  7. rectangular aspect ratio; on the EGA the quality is not bad.
  8.  
  9. The program will optionally format and transmit the picture to an
  10. HP Laserjet printer on LPT1.
  11.  
  12. To display the picture:
  13.            SHOWMCPT  <file>
  14.  
  15. To display and print:
  16.            SHOWMCPT <file> HP <dpi>
  17. where <dpi> is either 75, 150, or 300.
  18.  
  19. The source can be modified to support other printers and displays.
  20.  
  21. I wrote the program strictly out of curiousity. If you find any bugs or
  22. make any improvements I'd be glad to hear about them. Feel free to improve
  23. and redistribute the code and make any use of it you care to.
  24.  
  25.                            Richard Fritzson
  26.                            P.O. Box 4033
  27.                            Madison, WI  53711
  28.                            Fido Mail to 121/90
  29.  
  30.  
  31.