home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 080.lha / icon2brush.doc < prev    next >
Text File  |  1986-11-20  |  2KB  |  37 lines

  1. *****************************************************************************
  2. *                                                                           *
  3. *                                 Icon2Brush                                *
  4. *                                     by                                    *
  5. *                                 Kevin Pryor                               *
  6. *                                                                           *
  7. *****************************************************************************
  8.  
  9. Usage:  Icon2Brush infofile
  10.  
  11. Do not end infofile with ".info".
  12.  
  13.   Icon2Brush is a utility which will convert an icon to an IFF Brush.  These 
  14. brushes can be used with a program such as DPaint.  To use it, simply (in
  15. CLI) type:
  16.  
  17.     Icon2Brush infofile
  18.  
  19. This will result in a file called infofile.br1.  If the icon is NOT an 
  20. animated icon (those icons who have different "pictures" shown when
  21. selected), you will see the message "Alternate image not a graphic image.". 
  22. If the icon you have selected IS an animated icon, two files, infofile.br1
  23. and infofile.br2, will be created, and no message will appear.  If you use
  24. a path extension in you infofile filename, the .br files will be written in
  25. those paths.  For example, if you type Icon2Brush DF1:Foobar/WetDog, 
  26. WetDog.br1 will be written in directory DF1:Foobar.
  27.  
  28. If you have any praise, money, or job offers you want to get to me, I can
  29. be reached at (805) 985-1489.  I live in CA, so don't call too early!
  30.  
  31. Addendum - I came across another program which does the same thing as 
  32.   Icon2Brush.  It is called ITB.  I was distraught to find out that it
  33.   is much "fancier" than mine, also.  But, on the two icons I attempted
  34.   to convert to IFF files, FACC.info and the Online 2.0 Disk.info, it
  35.   did not work correctly.  I don't know if there is another version of
  36.   ITB yet, but I've yet to find an icon which Icon2Brush will not convert.
  37.