Lines Matching refs:png_set_background
826 Libpng only supports composing onto a single color (using png_set_background;
1071 fire if more than one call to png_set_alpha_mode and png_set_background is
1076 png_set_background() to remove it by compositing against a fixed color. Don't
1080 png_set_background(png_ptr, &background_color,
1085 file, if you call png_set_background at this point you must arrange for the
1115 Calling png_set_background before the PNG file header is read will not work
1117 errors it is therefore much safer to call png_set_background after the head has
1241 damages the information provided by an earlier call to png_set_background
1791 version with no alpha channel use png_set_background; see below.
1841 png_set_background(), or png_strip_alpha().
1983 The png_set_background() function has been described already; it tells libpng to
2002 png_set_background(png_ptr, image_background,
2005 png_set_background(png_ptr, &my_background,
4910 composition (png_set_background for example). This applies even if the
5176 png_set_background(), that might be detected by certain regression tests.