home *** CD-ROM | disk | FTP | other *** search
/ Amiga Format 19 / af019.adf / README.doc < prev    next >
Text File  |  1978-04-04  |  1KB  |  30 lines

  1.  
  2.                 ILBM to RAW converter, by T.Young.
  3.                 ----------------------------------
  4.  
  5.     This program can only be run from CLI.
  6.  
  7.             Usage: ILBM>RAW <Source> <Destination> [M]
  8.  
  9.         Converts any size ILBM picture or brush file to a file containing
  10.     the equivalent set of RAW bitplanes.  These bitplanes can be included
  11.     directly into a Devpac source file using the INCBIN psuedo-op.
  12.  
  13.         The [M] produces an extra `Mask' bitplane at the end of the
  14.     file.  The bits in this bitplane are set to 1 if the result of the
  15.     other bitplanes is a non-transparent colour, i.e. non-zero.  This 
  16.     bitplane is used by programmers when blitting an image onto the 
  17.     screen, for example, so that the transparent colour does not effect
  18.     the background.  It is also used in determining whether a collision
  19.     has occurred.
  20.  
  21.             Example: ILBM>RAW Background.IFF Background.RAW m
  22.  
  23.         Generates a raw file called Background.RAW from the file
  24.     Background.IFF, including a mask plane at the end of the file.
  25.  
  26.         IFF concatenation files are recognised, the first FORM in the
  27.     concatenation being used.  If ILBM>RAW cannot open the DOS library,
  28.     it cannot give you an error message, so it responds with a red flash
  29.     and exits.
  30.