home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / misc / volume11 / pbmtochar / part01 / README < prev   
Encoding:
Text File  |  1990-03-25  |  1.3 KB  |  22 lines

  1. Ever wondered how you could create line printer art?  I am referring to
  2. those line printer pictures composed by ASCII characters.
  3. Here are two additions for pbmplus.  Pbmtochar reads a portable bitmap and
  4. outputs a picture drawn by using characters.  Chartopbm reads a text file
  5. and produces a bitmap containing those characters.  Unlike pbmtoascii,
  6. pbmtochar pattern matches against the X11 8x13 fixed width font and thus
  7. creates much smaller output.  Converting a text file into a bitmap and
  8. then back to text doesn't change the file (appart from non-printable characters
  9. and space padding).  Both programs don't depend on the ASCII character set.
  10. I used the 8x13 font, because it produced the best results on printers.
  11.  
  12. In order to use these programs you need to compile them with the rest of
  13. the pbmplus collection.  The collection was posted in volume9 of 
  14. comp.sources.misc.  Add the programs and manual pages to the pbm directory
  15. of pbmplus and add the appropriate entries to the Makefile.
  16.  
  17. --
  18. Diomidis Spinellis                  Internet:                 dds@cc.ic.ac.uk
  19. Department of Computing             UUCP:                    ...!ukc!iccc!dds
  20. Imperial College                    JANET:                    dds@uk.ac.ic.cc
  21. London SW7 2BZ                      #include "/dev/tty"
  22.