Home | History | Annotate | Download | only in libpng

Lines Matching full:png_set_gamma

706 header.  In earlier versions png_set_gamma() existed but behaved incorrectly if
719 png_set_gamma(png_ptr, screen_gamma, output_gamma);
760 encoding if it has no gAMA chunk and if png_set_gamma() has not been called
770 encoding will be overridden if png_set_gamma() is called - the results may be
828 png_set_gamma(png_ptr, screen_gamma, 1.0/screen_gamma);
831 The screen_gamma value is the same as the argument to png_set_gamma; however,
834 png_set_gamma. If you need different defaults call png_set_gamma() before
905 If you call png_set_gamma() after png_set_alpha_mode() you
1055 is easier than achieving the same effect with png_set_gamma. You must use
1211 provided by an earlier call to png_set_gamma or png_set_alpha_mode.
1984 If you didn't call png_set_gamma() before reading the file header, for example
1990 supported then you can certainly do png_set_gamma() before reading the PNG
1999 png_set_gamma(png_ptr, screen_gamma, file_gamma);
2002 png_set_gamma(png_ptr, screen_gamma, 0.45455);