]> git.imager.perl.org - imager.git/blobdiff - imager.h
update Changes with libtiff probe info
[imager.git] / imager.h
index 24fd57ecc9fef2bbb3f61a3d950f0b9781372851..de45b7867e03e2215693ec383eeeab570a89627a 100644 (file)
--- a/imager.h
+++ b/imager.h
@@ -599,4 +599,12 @@ extern void
 i_adapt_fcolors_bg(int dest_channels, int src_channels, i_fcolor *colors, 
                   size_t count, i_fcolor const *bg);
 
+extern int
+i_gsamp_bg(i_img *im, int l, int r, int y, i_sample_t *samples, 
+          int out_channels, i_color const *bg);
+
+extern int
+i_gsampf_bg(i_img *im, int l, int r, int y, i_fsample_t *samples, 
+          int out_channels, i_fcolor const *bg);
+
 #endif