diff options
Diffstat (limited to '180')
-rw-r--r-- | 180/index.md | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/180/index.md b/180/index.md new file mode 100644 index 0000000..b5ecc32 --- /dev/null +++ b/180/index.md @@ -0,0 +1,11 @@ +Title: Handle PNG warnings as non-fatal +Author: rodarima +Created: Sat, 01 Jun 2024 19:39:26 +0000 +State: closed + +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
\ No newline at end of file |