Home | History | Annotate | Download | only in libpng

Lines Matching full:error_action

404 \fBvoid png_set_rgb_to_gray_fixed (png_structp \fP\fIpng_ptr\fP\fB, int error_action png_uint_32 \fP\fIred\fP\fB, png_uint_32 \fIgreen\fP\fB);\fP
2400 png_set_rgb_to_gray(png_ptr, error_action,
2403 error_action = 1: silently do the conversion
2405 error_action = 2: issue a warning if the original
2409 error_action = 3: issue an error and abort the
2423 png_set_rgb_to_gray(png_ptr, error_action,
2427 If you have set error_action = 1 or 2, you can
2433 data for sBIT, regardless of the error_action setting.