home *** CD-ROM | disk | FTP | other *** search
/ Fresh Fish 8 / FreshFishVol8-CD1.bin / new / gfx / edit / tsmorph / rexx / postscript.tsm < prev    next >
Text File  |  1993-12-21  |  450b  |  14 lines

  1. /* example Postscript script file for TSMorph */
  2. /* This is the default do nothing script      */
  3. /* $VER: Postscript_TSM 2.0 (13.6.93)
  4.  */
  5. parse arg Frame TotalFrames Single FileName
  6. /* Frame       - current frame number starting from Start frame
  7.  * TotalFrames - total number of frames
  8.  * Single      - 1 for Single image warp, 0 for two image morph, 2 for Anim Morph, 3 for Anim Warp
  9.  * FileName    - Name of 24 bit image just produced
  10.  */
  11.  
  12.  
  13. exit
  14.