seekin the holy gral of pipedeprod

This commit is contained in:
tth
2021-04-24 00:16:23 +02:00
parent 6d4df793da
commit ce6d6e58bb
3 changed files with 11 additions and 10 deletions

View File

@@ -142,7 +142,7 @@ int foo, opt;
char *filterchain = "none";
char *globbing = "./capture/?????.fimg";
char *outdir = "./p8";
char *outtype = ".png";
// char *outtype = ".png";
int do_xper = 0;
fprintf(stderr, "*** %s : compiled %s %s\n", __FILE__,
@@ -189,10 +189,11 @@ if (verbosity) {
fprintf(stderr, "\tinput glob %s\n", globbing);
fprintf(stderr, "\tfilter chain %s\n", filterchain);
fprintf(stderr, "\toutput dir %s\n", outdir);
// fprintf(stderr, "\toutput type %s\n", outtype);
fprintf(stderr, "\tdo xper %d\n", do_xper);
}
foo = run_the_singlepass(globbing, outdir, FILTERS, -1);
foo = run_the_singlepass(globbing, outdir, FILTERS, FILE_TYPE_PNG);
fprintf(stderr, "\n\tRun the single pass --> %d\n", foo);
return 0;