home *** CD-ROM | disk | FTP | other *** search
/ Dream 57 / Amiga_Dream_57.iso / Amiga / Programmation / c / Outils / Conversion / Gfx / ilbm2raw.readme < prev   
Encoding:
Text File  |  1998-09-24  |  735 b   |  17 lines

  1. Short:    Converts ILBM to RAW. Makes coplists
  2. Author:   Mario Speranda <msper@bigfoot.com>
  3. Uploader: Mario Speranda <msper@bigfoot.com>
  4. Type:     dev/c
  5.  
  6. This program converts IFF/ILBM files into RAW files. Also creates
  7. copperlists. Outputs four files:
  8. *.BODY - contains uncompressed bitplane information, saved line after
  9.          line by default or plane after plane optional.
  10. *.CMAP - contains colors written in 24bit RGB (or 12bit optional).
  11. *.BMHD - BitMap Header. Directly copied from ILBM file.
  12. *.CPRL - contains AGA color copperlist (or ECS optional).
  13.  
  14. For instructions simply call the executable without any arguments.
  15. Report bugs, comments or ideas by e-mail.
  16. This product is FREEWARE. Please respect the effort put into it.
  17.