commit | 72855fb11eeb6988e48b7462066bb6459cba180a | [log] [tgz] |
---|---|---|
author | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Sun Apr 13 21:27:25 2014 -0500 |
committer | Glenn Randers-Pehrson <glennrp at users.sourceforge.net> | Sun Apr 13 21:27:25 2014 -0500 |
tree | 1602d23082b067fed7200614aa7d50e12fc91bfd | |
parent | 9f1aa186e68fccb6293dfaeedbec956d151fadfb [diff] |
[libpng16] Made progressive reading of interlaced images consistent with the behavior of the sequential reader and consistent with the manual. The row_callback now receives the proper pass number and unexpanded rows, when png_combine_row is not used or not built, by moving some code out of the PNG_READ_INTERLACING_SUPPORTED blocks.