Commit Graph

4 Commits

Author SHA1 Message Date
Pale Moon 132522bfc9 Change the way maximum image dimensions are handled for PNG.
Prev: Hard cap width = 32k OR height = 32k
New: Hard cap width = 64k OR height = 64k, and image area < 256 Mpix
This will allow decoding of larger images with "strip" aspect ratio (horizontally or vertically).
2018-07-25 06:52:47 +08:00
Pale Moon d67cb315e6 Fix build bustage caused by 25ca96965c594585ce11ee4c2f08e3ecb51284f9 2018-07-25 01:04:45 +08:00
Pale Moon e7a1f19b4c Be more strict with PNG files with CRC errors and invalid frame sizes if building with APNG support.
This follows the strong recommendation in the spec to reject these frames/files outright.
2018-07-25 01:04:37 +08:00
Moonchild baf46a6bf1 Merge pull request #1 from mozilla/esr38: Esr38 upstream pull 2018-07-24 23:04:07 +08:00