[devel] Relocate the INVERT_ALPHA function within png_read_png()

and png_write_png().
This commit is contained in:
Glenn Randers-Pehrson
2009-06-29 16:45:53 -05:00
parent cd2634b3ce
commit 6878eb6899
4 changed files with 16 additions and 12 deletions

View File

@@ -495,6 +495,8 @@ version 1.4.0beta66 [June 27, 2009]
Refer to the libpng license instead of the libpng license in each file.
version 1.4.0beta67 [June 29, 2009]
Relocated INVERT_ALPHA within png_read_png() and png_write_png()
to match its position in pngrtran.c.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.