+ random blocks 8x8

This commit is contained in:
2020-12-20 11:12:43 +01:00
parent 6bd95089f9
commit cdeeb9d92d
3 changed files with 25 additions and 0 deletions

View File

@@ -221,6 +221,11 @@ switch (idFx) {
retval = vertical_singlitch(image, 290+rand()%45,
fval, 0.19, 0);
break;
case 26:
retval = random_blocks(image, 80);
break;
default :
fprintf(stderr, "%s : effect #%d invalid\n",
__func__, idFx);