forked from tTh/FloatImg
nice func integrated in Fonderie
This commit is contained in:
parent
64c1383283
commit
c7e2ab12ca
|
@ -297,6 +297,11 @@ switch (idFx) {
|
|||
retval = do_something(image, 3);
|
||||
break;
|
||||
|
||||
case CR_hilightr:
|
||||
fprintf(stderr, "filter %d is a WIP\n", idFx);
|
||||
retval = fimg_highlight_color(image, image, 'R', 1.717);
|
||||
break;
|
||||
|
||||
default :
|
||||
fprintf(stderr, "%s : effect #%d invalid\n",
|
||||
__func__, idFx);
|
||||
|
|
|
@ -28,5 +28,6 @@
|
|||
30 multidots 100 1.333
|
||||
31 diagonal 1 1.0
|
||||
42 nothing 42 3.1415926
|
||||
45 hilightr 1 1.717
|
||||
99 message 1 1.0
|
||||
-1 end 1 1.0
|
||||
|
|
Loading…
Reference in New Issue