X-Git-Url: http://git.imager.perl.org/imager.git/blobdiff_plain/fa90de94280f15f94fb7af88267f5aacc2400d3e..d6b51d8c1bc2bb4cd7e504e06964784ca41a2c6a:/imager.h diff --git a/imager.h b/imager.h index 24fd57ec..de45b786 100644 --- 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