[devel] Bump version to 1.4.0beta87

This commit is contained in:
Glenn Randers-Pehrson
2009-10-29 23:29:24 -05:00
parent a2567be084
commit c1a4d64a7b
61 changed files with 134 additions and 124 deletions

View File

@@ -1,7 +1,7 @@
/* pngread.c - read a PNG file
*
* Last changed in libpng 1.4.0 [October 20, 2009]
* Last changed in libpng 1.4.0 [October 30, 2009]
* Copyright (c) 1998-2009 Glenn Randers-Pehrson
* (Version 0.96 Copyright (c) 1996, 1997 Andreas Dilger)
* (Version 0.88 Copyright (c) 1995, 1996 Guy Eric Schalnat, Group 42, Inc.)
@@ -1284,6 +1284,7 @@ png_read_png(png_structp png_ptr, png_infop info_ptr,
png_set_swap(png_ptr);
#endif
/* Added at libpng-1.2.41 */
#ifdef PNG_READ_INVERT_ALPHA_SUPPORTED
/* Invert the alpha channel from opacity to transparency
*/
@@ -1291,6 +1292,7 @@ png_read_png(png_structp png_ptr, png_infop info_ptr,
png_set_invert_alpha(png_ptr);
#endif
/* Added at libpng-1.2.41 */
#ifdef PNG_READ_GRAY_TO_RGB_SUPPORTED
/* Expand grayscale image to RGB
*/