Lines Matching refs:png_set_gamma
711 header. In earlier versions png_set_gamma() existed but behaved incorrectly if
724 png_set_gamma(png_ptr, screen_gamma, output_gamma);
765 encoding if it has no gAMA chunk and if png_set_gamma() has not been called
775 encoding will be overridden if png_set_gamma() is called - the results may be
833 png_set_gamma(png_ptr, screen_gamma, 1.0/screen_gamma);
836 The screen_gamma value is the same as the argument to png_set_gamma; however,
839 png_set_gamma. If you need different defaults call png_set_gamma() before
910 If you call png_set_gamma() after png_set_alpha_mode() you
1069 is easier than achieving the same effect with png_set_gamma. You must use
1238 provided by an earlier call to png_set_gamma or png_set_alpha_mode.
2021 If you didn't call png_set_gamma() before reading the file header, for example
2027 supported then you can certainly do png_set_gamma() before reading the PNG
2036 png_set_gamma(png_ptr, screen_gamma, file_gamma);
2039 png_set_gamma(png_ptr, screen_gamma, 0.45455);