diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-01 21:33:58 +0200 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-06-01 21:40:51 +0200 |
commit | f02cc54c84efcea6ee4c65b64853d8c5671090e9 (patch) | |
tree | 8c9454833a39beccb4adfe926720fdd84ced4d6f /ChangeLog | |
parent | c96cd51fe73fddb4e9188e4f857938d33f386664 (diff) |
Handle PNG warnings as non-fatal
The libpng library may emit warnings when decoding a PNG image, which
are non-fatal. So far we were handling them as errors and stopping the
decoding process, which prevents Dillo from decoding some images. In
particular, images that emit the warning:
> iCCP: known incorrect sRGB profile
Fixes: https://github.com/dillo-browser/dillo/issues/179
Authored-by: dogma
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -16,6 +16,8 @@ dillo-3.1.1 [not released yet] Patches: Rodrigo Arias Mallo <rodarima@gmail.com> +- Add HTML tests to the distributed tarball. Patches: Matt Jolly ++- Gracefully handle warnings from PNG images. + Patches: dogma dillo-3.1.0 [May 4, 2024] |