Compare commits

...

2 Commits

Author SHA1 Message Date
tth 96ad003df6 oups... 2021-04-03 19:59:54 +02:00
tth eaf49ad47d oups... 2021-04-03 19:56:46 +02:00
2 changed files with 1 additions and 2 deletions

View File

@ -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;

View File

@ -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