move hist dispatch to deprecated
This commit is contained in:
parent
96b3bf1fcb
commit
f68a09949a
@ -9,6 +9,7 @@ libdeprecated_la_SOURCES = \
|
|||||||
deprecated_dispatch.c \
|
deprecated_dispatch.c \
|
||||||
colour_dispatch.c \
|
colour_dispatch.c \
|
||||||
arith_dispatch.c \
|
arith_dispatch.c \
|
||||||
|
hist_dispatch.c \
|
||||||
im_maxpos_avg.c \
|
im_maxpos_avg.c \
|
||||||
wrapvips7.c \
|
wrapvips7.c \
|
||||||
lazy.c \
|
lazy.c \
|
||||||
|
@ -14,7 +14,6 @@ libhistogram_la_SOURCES = \
|
|||||||
hist_local.c \
|
hist_local.c \
|
||||||
stdif.c \
|
stdif.c \
|
||||||
\
|
\
|
||||||
hist_dispatch.c \
|
|
||||||
im_mpercent.c \
|
im_mpercent.c \
|
||||||
im_project.c \
|
im_project.c \
|
||||||
tone.c
|
tone.c
|
||||||
|
@ -867,9 +867,10 @@ int im_lhisteq( VipsImage *in, VipsImage *out, int xwin, int ywin );
|
|||||||
int im_stdif( VipsImage *in, VipsImage *out,
|
int im_stdif( VipsImage *in, VipsImage *out,
|
||||||
double a, double m0, double b, double s0, int xwin, int ywin );
|
double a, double m0, double b, double s0, int xwin, int ywin );
|
||||||
|
|
||||||
/* Not really correct, but who uses this.
|
/* Not really correct, but who uses these.
|
||||||
*/
|
*/
|
||||||
#define im_lhisteq_raw im_lhisteq
|
#define im_lhisteq_raw im_lhisteq
|
||||||
|
#define im_stdif_raw im_stdif
|
||||||
|
|
||||||
/* ruby-vips uses this
|
/* ruby-vips uses this
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user