work in progress

This commit is contained in:
2020-08-13 07:25:55 +02:00
parent 1364698e63
commit 5aa9d5b88b
3 changed files with 22 additions and 8 deletions

View File

@@ -55,7 +55,7 @@ else {
abort();
}
foo = fimg_equalize_compute(&src, NULL);
foo = fimg_equalize_compute(&src, NULL, 666.666);
fprintf(stderr, "equalize compute --> %d\n", foo);
fimg_destroy(&src);