input and output filterchain on interpolator

This commit is contained in:
2020-12-12 13:37:05 +01:00
parent 966ae9e465
commit 79a09dd7bc
4 changed files with 17 additions and 10 deletions

View File

@@ -178,7 +178,7 @@ switch (idFx) {
image->height/20);
break;
case 16:
retval = bouger_les_pixels(image, 6);
retval = bouger_les_pixels(image, 8);
break;
case 17:
retval = mirror_split(image, 0);