[devel] Added expand_16 suppport to the high level interface.

This commit is contained in:
John Bowler
2011-05-08 22:48:12 -05:00
committed by Glenn Randers-Pehrson
parent a9b34191ae
commit 96cec0e1a3
2 changed files with 7 additions and 1 deletions

View File

@@ -187,7 +187,7 @@ png_set_alpha_mode_fixed(png_structp png_ptr, int mode,
output_gamma = PNG_GAMMA_sRGB;
}
/* Else validate the value to ensure it is in a reasonable range, the value
/* Else validate the value to ensure it is in a reasonable range. The value
* is expected to be 1 or greater, but this range test allows for some
* viewing correction values. The intent is to weed out users of this API
* who use the inverse of the gamma value accidentally! Since some of these