home *** CD-ROM | disk | FTP | other *** search
/ Media Share 9 / MEDIASHARE_09.ISO / cprog / newprt10.zip / READ.ME < prev    next >
Text File  |  1992-02-17  |  2KB  |  58 lines

  1. Newprint Version 1.0
  2.  
  3. Instructions and license terms.
  4.  
  5.  
  6. Thank you for downloading this program. I am writing this
  7. program to offer programmers (and users) an easy to modify
  8. graphics printer driver. It is written entirely in C++ and
  9. uses many features of the language. Inheritance makes it easy
  10. to add different printers and graphics file formats.
  11.  
  12.     The basic algorithms were adapted from Steve Rimmer's
  13. book "Bit-Mapped Graphics". I remain in Steve's debt for his
  14. excellent treatment of the subject.
  15.  
  16.     This is a Beta version of the program. Many of the bugs
  17. in the previous version have been fixed.
  18. You can help me out by telling me if the program works on a
  19. Laserjet or compatible printer.
  20.  
  21.     You may use this standalone program freely. The source code
  22. is now included, however a one-time license fee of $75 will
  23. be required if you use this code in a commercial program.
  24.  
  25. Feel free to distribute this program, however this readme file
  26. must accompany any distribution.
  27.  
  28. No further royalties will be required and tech support will be
  29. available to registered users.
  30.     Zortech C++ was the development platform. I'm sure the code
  31. can be adapted to any other C++ compiler.
  32.  
  33.     Roger Bedell
  34.     Sylvan Ascent
  35.     PO Box 4792
  36.     Santa Fe, NM 87502 (505) 986-8739
  37.  
  38. or send mail to 73540,545. Thanks!
  39.  
  40. Note: This has been tested with 16 color PCX files. 256 color
  41. files have not been tested. Give it a try and tell me what happens!
  42.  
  43. Instructions:
  44.     You need to specify the printer type and the PCX file name. Currently
  45. only two printers are supported, 24 pin Epson and compatibles, and
  46. 300 dpi HP Laserjets and compatibles. This however covers an awful
  47. lot of printers. If anyone adapts this to other printers, I would be
  48. very interested and probably willing to waive the $75 fee.
  49.  
  50. For example:
  51.  
  52.     newprint test.pcx EP24
  53.  
  54.  
  55. EP24 is the Epson 24 pin.
  56. HP300 is the Laserjet
  57.  
  58.