home *** CD-ROM | disk | FTP | other *** search
/ Club Amiga de Montreal - CAM / CAM_CD_1.iso / files / 334.lha / StripAnim_v1.1 / strpanim.doc < prev    next >
Text File  |  1990-01-10  |  2KB  |  55 lines

  1.  
  2. StripAnim    V1.1
  3.  
  4. This program will convert Photon Paint 2.0 ANIM files so that they
  5. can be run with the Director.  Currently the Director is unable to
  6. deal with ANIMs that have imbedded CMAP chunks which allow for the
  7. palette to change during the ANIM.  Provided that the ANIM does not
  8. actually require a changing colormap, this utility can be used to
  9. strip out the otherwise unnecessary CMAP chunks containing the
  10. frame-by-frame colormap information.
  11.  
  12. This program can also be used to strip out Director incompatible
  13. data in any other ANIM files that are otherwise ANIM op mode 5
  14. compatible but may have CMAP chunks imbedded in the ANIM frames.
  15.  
  16. V1.1 also has the ability to correct DPaint III ANIM brushes so that
  17. the ANHD chunks correctly indicate what type of ANIM they are (op 5
  18. but exclusive-or).  This will allow experimentation with ANIM brushes
  19. in The Director.
  20.  
  21. And while we're at it, we've included an example script of chaining
  22. two preloaded anims together in a continuous loop, and an example
  23. script that demonstrates the use of an ANIM brush that has been
  24. converted with "strpanim".
  25.  
  26. To use, type:
  27.  
  28.         strpanim input.anim output.anim
  29.  
  30. Where "input.anim" is the name of the anim you wish to modify, and 
  31. "output.anim" is the name of the new .anim file strpanim is to create
  32. containing the modified anim. 
  33.  
  34. To use to correct an ANIM brush, type:
  35.  
  36.         strpanim -x inputbrush.anim outputbrush.anim
  37.  
  38. Where "inputbrush.anim" and "outputbrush.anim" are the names of the
  39. input and output DPaintIII ANIM brush file names.  The "-x" is used to
  40. signal strpanim to set the XOR mode flag on in all the ANHD chunks in
  41. the anim, enabling The Director to correctly deal with them.  A script
  42. is included "brush.script" that shows an example of how such a brush might
  43. be used.  The IFF picture file "mach1" and anim brush "sb.anim" are used
  44. by the script.
  45.  
  46. Rest assured, future versions of the Director *will* support CMAP changes,
  47. and we are told that future versions of DPaintIII (whenever they may
  48. exist) will correctly flag the brushes so that this utility will no longer
  49. be necessary.
  50.  
  51. The Director is a trademark of the Right Answers Group.  Photon Paint
  52. is a trademark of MicroIllusions.  DPaintIII (Deluxe Paint III) is a 
  53. trademark of Electronic Arts.
  54.  
  55.