Compare commits
2 Commits
327cadd03a
...
96ad003df6
Author | SHA1 | Date | |
---|---|---|---|
|
96ad003df6 | ||
|
eaf49ad47d |
@ -299,7 +299,6 @@ switch (idFx) {
|
||||
break;
|
||||
|
||||
case CR_hilightr:
|
||||
fprintf(stderr, "filter %d is a WIP\n", idFx);
|
||||
retval = fimg_highlight_color(image, image, 'R', 1.717);
|
||||
break;
|
||||
|
||||
|
@ -70,7 +70,7 @@ for (idx=0; idx<sz; idx++) {
|
||||
int fimg_highlight_color(FloatImg *src, FloatImg *dst, char color, float fval)
|
||||
{
|
||||
|
||||
#ifdef DEBUG_LEVEL
|
||||
#if DEBUG_LEVEL
|
||||
fprintf(stderr, ">>> %s ( %p %p [%c] %f )\n", __func__,
|
||||
src, dst, color, fval);
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user