[devel] Added high-level PNG_TRANSFORM_GRAY_TO_RGB transform.

This commit is contained in:
Glenn Randers-Pehrson
2009-06-29 17:30:00 -05:00
parent 6878eb6899
commit 99708d560f
7 changed files with 37 additions and 8 deletions

View File

@@ -495,8 +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.
Relocated INVERT_ALPHA within png_read_png() and png_write_png().
Added high-level API transform PNG_TRANSFORM_GRAY_TO_RGB.
version 1.4.0betaN [future]
Build shared libraries with -lz and sometimes -lm.