[argyllcms] targen - F

  • From: robert korewo <robert.korewo@xxxxxxxxx>
  • To: "argyllcms@xxxxxxxxxxxxx" <argyllcms@xxxxxxxxxxxxx>
  • Date: Sat, 10 Sep 2011 01:36:59 +0930



targen.exe -v -F name
  Diagnostic: Expect argument after -e

targen.exe -v -e10 -F name
  Diagnostic: Expect argument after -e


targen.c line 1141
/* Filter out samples outside given sphere */
            else if (argv[fa][1] == 'F') {
                fa = nfa;
                if (na == NULL) usage(0,"Expect argument after -e");
if (sscanf(na, " %lf,%lf,%lf,%lf ",&filt[0], &filt[1], &filt[2], &filt[3]) != 4)
                    usage(0,"Argument to -e '%s' isn't correct",na);
                filter = 1;
            }

bob

Other related posts: