|
|
|
@ -52,6 +52,7 @@ for (foo=0; foo<nbb; foo++) {
|
|
|
|
|
return 0;
|
|
|
|
|
}
|
|
|
|
|
/* --------------------------------------------------------------------- */
|
|
|
|
|
/* this function can work 'in place' */
|
|
|
|
|
int fimg_desaturate(FloatImg *src, FloatImg *dst, int notused)
|
|
|
|
|
{
|
|
|
|
|
int foo, nbb;
|
|
|
|
|