home *** CD-ROM | disk | FTP | other *** search
- /*
- * $VER: Contrast.ifx 2.5 (25.02.96)
- * Copyright © 1992-1996 Nova Design, Inc.
- *
- * Original version by Steve Tibbett
- * Updated by Thomas Krehbiel
- *
- * Inputs:
- * Word(Arg(1),1) = Frame number (1 - N)
- * Word(Arg(1),2) = Main filename ("-" if not specified)
- * Word(Arg(1),3) = Swap filename ("-" if not specified)
- * Word(Arg(1),4) = Sequence number
- * Word(Arg(1),5) = Total number of frames (N)
- * Word(Arg(1),6) = Alpha filename ("-" if not specified) [2.5]
- *
- * Returns:
- * 0 if successful, non-zero on failure
- *
- */
-
- Options Results
-
- SeqNum=Word(Arg(1),4);
-
- Settings=GetClip("ImpContrastParameters"||SeqNum);
- if (Settings="") then do
- RequestNotify "ImpContrastParameters invalid in ImpContrast.ifx"
- EXIT 20
- End
-
- Parse Var Settings
-
- Contrast Settings
-