+ qsortrgb

This commit is contained in:
tonton th 2021-01-10 16:40:49 +01:00
parent 169ace3d25
commit ccfe50e838
2 changed files with 7 additions and 1 deletions

View File

@ -225,8 +225,13 @@ switch (idFx) {
retval = multilines_shift_0(image, 11, 120);
break;
case CR_qsortrgb:
// fprintf(stderr, "!!! %d !!!\n", idFx);
retval = fimg_qsort_rgb_b(image, image, 0);
break;
case CR_message:
fprintf(stderr, "### message from pid %d, fv=%f ###\n",
fprintf(stderr, "### msg from pid %d, fval=%f ###\n",
getpid(), fval);
retval = 0;
break;

View File

@ -24,6 +24,7 @@
25 vsglitch 1 1.0
26 rndblks 1 1.0
27 shiftln0 1 1.0
28 qsortrgb 2 1.0
42 nothing 42 3.14159
99 message 1 1.0
-1 end 1 1.0