home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / World_Of_Computer_Software-02-387-Vol-3of3.iso / p / pixch020.zip / PIXCHAR.TXT < prev    next >
Text File  |  1993-01-08  |  3KB  |  75 lines

  1.  
  2. Dear Window-lover,
  3.  
  4. Enclosed is my first Visual Basic program, Pixel Characterizer. The purpose 
  5. of the program is to map each pixel of a small bitmap picture to a character. 
  6. Then you are able to put/edit graph in your non-graphic text/terminal. 
  7. And pretty pictures/icons/signatures can be put in your regular text files.
  8. Don't hesitate to give it a try. Dump it to your trash if you don't like it.
  9.  
  10. e.g.
  11.  
  12. A Bitmap picture as:
  13.  
  14. ^v^
  15.  =
  16.  
  17. Use Pixel Characterizer to convert it to:
  18.  
  19.                                     
  20.      **              **             
  21.     ****            ****            
  22.    **  **          **  **           
  23.                                     
  24.            **  **                   
  25.            **  **                   
  26.            **  **                   
  27.            **  **                   
  28.            **  **                   
  29.             ****                    
  30.              **                     
  31.                                     
  32.                                     
  33.                                     
  34.                                     
  35.                                     
  36.                                     
  37.                                     
  38.                                     
  39.                                     
  40.            ******                   
  41.                                     
  42.            ******                                          
  43.                                     
  44.  
  45.  
  46. How to use:
  47. * you need to have visual basic runtime library 'vbrun200.dll' in you path.
  48. * use your favorite graphic program/capture utility to obtain
  49.   your bitmap picture in clipboard.
  50. * click 'Get BitMap' button to paste bitmap to 'Pixel Window'. 
  51. * change number of rows/columns if needed. The default size is 24x72.
  52.   Because the regular terminal is 24x80. I use 72 instead of 80 due to the
  53.   reason of using VI editor(set number is used).
  54. * change the color number if needed. The default color is black(0).
  55. * change output character if needed. The default character is '*'.
  56. * click 'Convert BitMap to ASCII' button to convert bitmap to 'ASCII Window'.
  57.   The converting time depends on the configured number of rows/columns.
  58. * any pixels which match specified color are converted to the specified
  59.   character; other pixels are converted to space.
  60. * use 'Send to Clipboard' button to send text in 'ASCII Window' to clipboard.
  61. * paste text in clipboard to your editor/dumb terminal/e-mail.....
  62. * enjoy yourself.
  63.  
  64.  
  65.  
  66. Contact:
  67.      Users are welcome to send me any comments/bugs/encouragement. 
  68. S.Y. Chen (Sy Chen)
  69. 120-4 Marshall Drive
  70. W. Lafayette, IN 47906
  71. U.S.A.
  72.  
  73. e-mail: sychen@gn.ecn.purdue.edu
  74.  
  75.