[libpng15] Fix PNG_SIMPLIFIED transformations,

adding alpha and reducing to 8-bit
This commit is contained in:
John Bowler
2011-11-08 10:38:09 -06:00
committed by Glenn Randers-Pehrson
parent e0a6c06bfd
commit 3615d03e05
2 changed files with 39 additions and 19 deletions

View File

@@ -1910,6 +1910,9 @@ png_write_image_8bit(png_voidp argument)
++in_ptr;
++out_ptr;
} /* while out_ptr < row_end */
png_write_row(png_ptr, output_row);
input_row += display->row_bytes/(sizeof (png_uint_16));
} /* while y */
}