add togray filter
This commit is contained in:
parent
cce8e0b86c
commit
e00c6b8fb2
@ -510,6 +510,11 @@ switch (idFx) {
|
|||||||
retval = run_triptyq(image, 0);
|
retval = run_triptyq(image, 0);
|
||||||
break;
|
break;
|
||||||
|
|
||||||
|
case CR_togray:
|
||||||
|
retval = fimg_to_gray(image);
|
||||||
|
break;
|
||||||
|
|
||||||
|
|
||||||
default :
|
default :
|
||||||
fprintf(stderr, "%s : effect #%d invalid\n",
|
fprintf(stderr, "%s : effect #%d invalid\n",
|
||||||
__func__, idFx);
|
__func__, idFx);
|
||||||
|
@ -46,4 +46,6 @@
|
|||||||
62 suprbg 1 0
|
62 suprbg 1 0
|
||||||
80 thermocol 1 0
|
80 thermocol 1 0
|
||||||
81 triptyq 1 0
|
81 triptyq 1 0
|
||||||
|
90 togray 1 0
|
||||||
-1 end 1 1.0
|
-1 end 1 1.0
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user