forked from tTh/FloatImg
bla & version bump
This commit is contained in:
parent
1420deaf5e
commit
16c7d1ec4a
|
@ -3,7 +3,7 @@
|
|||
* ugly code from tTh
|
||||
*/
|
||||
|
||||
#define FIMG_VERSION 114
|
||||
#define FIMG_VERSION 115
|
||||
|
||||
/*
|
||||
* in memory descriptor
|
||||
|
@ -140,7 +140,7 @@ int fimg_qsort_rgb_b(FloatImg *psrc, FloatImg *pdst, int notused);
|
|||
int fimg_equalize_compute(FloatImg *src, void *vptr, float vmax);
|
||||
|
||||
int fimg_mk_gray_from(FloatImg *src, FloatImg*dst, int k);
|
||||
int fimg_desaturate(FloatImg *src, FloatImg *dst, int k);
|
||||
int fimg_desaturate(FloatImg *src, FloatImg *dst, int notused);
|
||||
|
||||
/* module funcs/geometry.c */
|
||||
int fimg_halfsize_0(FloatImg *src, FloatImg *dst, int notused);
|
||||
|
|
|
@ -52,7 +52,7 @@ for (foo=0; foo<nbb; foo++) {
|
|||
return 0;
|
||||
}
|
||||
/* --------------------------------------------------------------------- */
|
||||
int fimg_desaturate(FloatImg *src, FloatImg *dst, int k)
|
||||
int fimg_desaturate(FloatImg *src, FloatImg *dst, int notused)
|
||||
{
|
||||
int foo, nbb;
|
||||
|
||||
|
|
Loading…
Reference in New Issue