+ upside-down

This commit is contained in:
2020-12-18 10:18:09 +01:00
parent 0def451bf4
commit d369babbb3
6 changed files with 66 additions and 6 deletions

View File

@@ -76,7 +76,7 @@ int main(int argc, char *argv[])
{
int foo;
int opt;
char *filterchain = "0";
char *filterchain = "18";
fprintf(stderr, "*** %s : compiled by tTh, %s %s\n", __FILE__,
__DATE__, __TIME__);
@@ -100,7 +100,7 @@ if (foo) {
exit(1);
}
foo = essai_filterstack("mire.fimg");
foo = essai_filterstack("01137.fimg");
if (foo) {
fprintf(stderr, "err %d in essai_filterstack\n", foo);
exit(1);