Searched refs:PNG_SKIP_sRGB_CHECK_PROFILE (Results 1 – 5 of 5) sorted by relevance
3206 #define PNG_SKIP_sRGB_CHECK_PROFILE 4 /* SOFTWARE: Check ICC profile for sRGB */ macro
2327 if (((png_ptr->options >> PNG_SKIP_sRGB_CHECK_PROFILE) & 3) ==
5139 #if defined(PNG_SKIP_sRGB_CHECK_PROFILE) && \5141 png_set_option(png_ptr, PNG_SKIP_sRGB_CHECK_PROFILE,
4928 Added PNG_SKIP_sRGB_CHECK_PROFILE choice for png_set_option().
2537 #if defined(PNG_SKIP_sRGB_CHECK_PROFILE) && defined(PNG_SET_OPTION_SUPPORTED) in ReadOnePNGImage()2543 png_set_option(ping, PNG_SKIP_sRGB_CHECK_PROFILE, PNG_OPTION_ON); in ReadOnePNGImage()