home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 351.lha / iff2c_v0.30 / Iff2C.doc < prev    next >
Text File  |  1990-02-27  |  2KB  |  67 lines

  1.  
  2.  
  3.           Iff2C                                                       Iff2C
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10.           SSYYNNOOPPSSYYSS:
  11.  
  12.                Iff2C [?] [-cidpslh] <file> [ <file> ... ]
  13.  
  14.  
  15.           DDEESSCCRRIIPPTTIIOONN:
  16.  
  17.                Yet another IFF  ILBM to C converter. I wrote  this one at a
  18.                time when I  couldn't find another that worked with DPaintII
  19.                brushes, and  although I havent  looked at the  others, am I
  20.                sure this one is the best :-).
  21.  
  22.                Iff2C outputs to the standard output and can process several
  23.                files in a row. The ouput is computed planed by plane and is
  24.                fast. Two  unique features are the  ability to generate com-
  25.                ments representing  the actual image and  the planepick com-
  26.                putation.
  27.  
  28.                Options are:
  29.                     -c: disables comments ouput, default is on
  30.                     -i: switches image structure output, default is on
  31.                     -d: switches image data output, default is on
  32.                     -p:  switches plane  pick computation,  default  is on.
  33.                     When this  is on the blank planes do  not appear in the
  34.                     image data and the  PlanePick field of the image is ac-
  35.                     cordingly modified.
  36.                     -s: switches "static"  before the declarations, default
  37.                     on
  38.                     -l: switches the  Lattice "chip" keyword before the im-
  39.                     age data output, default is on
  40.                     -h: switches sprite  format output, default is off. Jmf
  41.                     added this and then reported that the output format was
  42.                     not correct, so this migth not work.
  43.  
  44.                This  program  is  linked  with  a  file  called  iffsup.lib
  45.                (provided) which  is actually a simple  Join on the standard
  46.                IFF ILBM  read object modules.  The  program first loads the
  47.                IFF file, than works on  the bitmap. I believe the bitmap to
  48.                C conversion routines is very portable.
  49.  
  50.                Thanks to Jean Michel Forgeas for is help.
  51.  
  52.                Program and sources are freely distributable.
  53.  
  54.  
  55.  
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.           Utilities                     Page 1                        Amiga
  65.  
  66.  
  67.