home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 334.lha / DkbAnim / read.me < prev    next >
Encoding:
Text File  |  1990-01-10  |  1.5 KB  |  34 lines

  1.                                  DKBAnim
  2.  
  3. This program replaces the DumpToIFF post processor for the DKBTrace
  4. program. The old version worked perfectly well, but it created a different
  5. palette for each picture. If you are trying to make an animation, however,
  6. most animation making programs don't support different palettes on each
  7. frame. The DumpToIFF program works in two stages:
  8.  
  9.     1) Choose a colour palette for the picture.
  10.     2) Using the colour palette, draw the picture as well as you can
  11.  
  12. It was easy enough to break this process into two different programs. The
  13. first program - ChoosePalette - reads a picture and generates a text file
  14. which contains the colours in the palette. It's run as follows:
  15.  
  16.   ChoosePalette dump_file_name palette_file_name
  17.  
  18. The palette file is a straight ASCII text file with the red, green, and blue
  19. values for each of the 16 colour registers printed on separate lines.  The
  20. second program uses this colour palette to draw the picture in HAM mode.
  21. The format is:
  22.  
  23.   DumpToIFF dump_file_name iff_picture_name palette_file_name
  24.  
  25. If the palette file name is left out, the program works like it did before -
  26. it calculates the best colour palette and uses it. You can, however, generate
  27. a colour palette by running the ChoosePalette program on one frame or by
  28. simply using an editor to choose the colours manually. The DumpToIFF program
  29. will then use that colour palette when it draws the picture.
  30.  
  31. Hope this helps out all you animators out there. 
  32. David Buck
  33.  
  34.