commit | 4393a9ad6bfe8f7d95d6cd3fa130c34704a61352 | [log] [tgz] |
---|---|---|
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Fri Sep 17 12:27:26 1999 -0500 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Mon Apr 06 16:04:32 2009 -0500 |
tree | ecba47a0a101a2a9f6336a1ca5b07a104e9b6d49 | |
parent | 87544ac62be7d29561270b85271125353e281aba [diff] [blame] |
Imported from libpng-1.0.4-pre1.tar
diff --git a/example.c b/example.c index 088aad3..a83ea48 100644 --- a/example.c +++ b/example.c
@@ -151,7 +151,7 @@ /* tell libpng to strip 16 bit/color files down to 8 bits/color */ png_set_strip_16(png_ptr); - /* Strip alpha bytes from the input data without combining with th + /* Strip alpha bytes from the input data without combining with the * background (not recommended). */ png_set_strip_alpha(png_ptr);