Searched defs:PNG_INFO_gAMA (Results 1 - 1 of 1) sorted by relevance

/vbox/src/libs/libpng-1.2.8/
H A Dpng.h684 * Data is valid if (valid & PNG_INFO_gAMA) is non-zero.
686 float gamma; /* gamma value of image, if (valid & PNG_INFO_gAMA) */
874 png_fixed_point int_gamma; /* gamma of image, if (valid & PNG_INFO_gAMA) */
971 #define PNG_INFO_gAMA 0x0001 macro

Completed in 2147 milliseconds