IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Nov 12, 2007, 6:08:48 PM (18 years ago)
Author:
Paul Price
Message:

Bit better support for mask operations.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ppArith/src/ppArithArguments.c

    r15574 r15597  
    7272
    7373    bool isMask = psMetadataLookupBool(NULL, arguments, "-mask"); // Are we dealing with masks?
     74    psMetadataAddBool(config->arguments, PS_LIST_TAIL, "MASK", 0, "Produce a mask image?", true);
    7475    const char *inFilerule = isMask ? "PPARITH.INPUT.MASK" : "PPARITH.INPUT.IMAGE"; // Input file rule
    7576    const char *outFilerule = isMask ? "PPARITH.OUTPUT.MASK" : "PPARITH.OUTPUT.IMAGE"; // Output file rule
Note: See TracChangeset for help on using the changeset viewer.