/* example Postscript script file for MPMorph */
/* This is the default do nothing script      */
/* $VER: Postscript_MPM 4.4 (23.2.97)
 */
parse arg Frame TotalFrames Single FileName
/* Frame       - current frame number starting from Start frame
 * TotalFrames - total number of frames
 * Single      - 1 for Single image warp, 0 for two image morph, 2 for Anim Morph, 3 for Anim Warp
 * FileName    - Name of 24 bit image just produced
 */


exit