Imported from libpng-1.2.27beta02.tar

This commit is contained in:
Glenn Randers-Pehrson
2008-04-13 20:54:06 -05:00
parent d9d2a6f6d9
commit a1cd94bfbb
52 changed files with 164 additions and 135 deletions

View File

@@ -967,7 +967,7 @@ png_init_read_transformations(png_structp png_ptr)
/* Prevent the transformations being done again, and make sure
* that the now spurious alpha channel is stripped - the code
* has just reduced background composition and gamma correction
* to a simply alpha channel strip.
* to a simple alpha channel strip.
*/
png_ptr->transformations &= ~PNG_BACKGROUND;
png_ptr->transformations &= ~PNG_GAMMA;