We used to require exact match between img_len and raw_len for non-interlaced PNGs, but the PNG in issue #276 has extra bytes (all zeros) at the end of the compressed DEFLATE stream. The PNG spec doesn't have anything to say about it (that I can tell), and if libpng accepts this, who are we to judge. Fixes issue #276.master
parent
423298e071
commit
0674660451
1 changed files with 4 additions and 5 deletions
Loading…
Reference in New Issue