home *** CD-ROM | disk | FTP | other *** search
/ Frozen Fish 1: Amiga / FrozenFish-Apr94.iso / bbs / alib / d1xx / d161 / getsprite.lha / GetSprite / GetSprite.Doc < prev    next >
Text File  |  1988-10-02  |  581b  |  13 lines

  1.  
  2. This is a little utility I put together to convert DPaint brushes to C data,
  3. which I needed for another project. It works in the same way as brush-to-
  4. image converters: give it the filename of a DPaint brush and out comes the
  5. same file (with .c on the end) containing the brush's palette and data,
  6. organised in sprite format. Note that the sprite data "frame" words are
  7. included.
  8.  
  9. If the brush is too wide (16 max) or deep (2 planes max) an error message
  10. is given.
  11.  
  12.                                                M.Warner, Dec. 1987
  13.