first working version of singlepass

This commit is contained in:
2021-01-13 16:09:27 +01:00
parent 0d536187fd
commit 35e7354396
12 changed files with 135 additions and 30 deletions

View File

@@ -22,7 +22,7 @@ int foo;
fimg_clone(pimg, &copy, 1);
foo = fimg_qsort_rgb_b(pimg, &copy, 0);
foo = fimg_qsort_rgb_a(pimg, &copy, 0);
if (foo) {
fprintf(stderr, "%s: err qsort rgb = %d\n", __func__, foo);
return foo;
@@ -209,7 +209,7 @@ switch (idFx) {
image->height/20);
break;
case CR_water:
retval = bouger_les_pixels(image, 8);
retval = bouger_les_pixels(image, 12);
break;
case CR_mirsplit:
retval = mirror_split(image, 0);