比较提交

..

2 次代码提交

作者 SHA1 备注 提交日期
tth
96ad003df6 oups... 2021-04-03 19:59:54 +02:00
tth
eaf49ad47d oups... 2021-04-03 19:56:46 +02:00
共有 2 个文件被更改,包括 1 次插入2 次删除

查看文件

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