commit | ab63dd08924d879adc05ef84edbef89ae699de99 | [log] [tgz] |
---|---|---|
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Fri Jun 17 20:04:17 2011 -0500 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Fri Jun 17 20:41:19 2011 -0500 |
tree | 97b39f2809bd466d09161b84c6213be8fd4aef79 | |
parent | a7428d443c5a77c195ad7d447cd610c5e8f5b9f4 [diff] [blame] |
[devel] Renamed png_set_chop_16() to png_set_strip_16().
diff --git a/example.c b/example.c index 1422134..74cc3bc 100644 --- a/example.c +++ b/example.c
@@ -192,9 +192,9 @@ * low byte. */ #ifdef PNG_READ_16_TO_8_ACCURATE_SCALE_SUPPORTED - png_set_strip_16(png_ptr); + png_set_scale_16(png_ptr); #else - png_set_chop_16(png_ptr); + png_set_strip_16(png_ptr); #endif /* Strip alpha bytes from the input data without combining with the