- writing a 2 or 4 channel image to a JPEG will now write that image as
[imager.git] / imager.h
index d0b19234a062683e43040068a5394850538cab6c..b9abc8184b466d54f25e4e5d81209f388ae2f2a5 100644 (file)
--- a/imager.h
+++ b/imager.h
@@ -369,6 +369,7 @@ extern i_img *i_img_to_rgb16(i_img *im);
 extern i_img *i_img_double_new(int x, int y, int ch);
 
 extern int i_img_is_monochrome(i_img *im, int *zero_is_white);
+extern void i_get_file_background(i_img *im, i_color *bg);
 
 const char * i_test_format_probe(io_glue *data, int length);