working on glitching methods

This commit is contained in:
le vieux
2020-11-15 11:47:37 +01:00
parent 70d811a7e5
commit dcacb07738
5 changed files with 63 additions and 23 deletions

View File

@@ -117,6 +117,9 @@ switch (idFx) {
retval = trinarize(image, 0);
break;
/* --- WTF -- */
case 25:
retval = vertical_singlitch(image, 250, fval, 18, 0);
break;
default :
fprintf(stderr, "%s : effect #%d invalid\n",
__func__, idFx);