diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2025-09-28 20:26:15 +0200 |
---|---|---|
committer | Rodrigo <rodarima@gmail.com> | 2025-09-28 23:10:55 +0200 |
commit | fb510ea86be5ceb9e91573890242581fdbd77ad8 (patch) | |
tree | d819fe40683592008d136727f5a0b03e48dc1164 /180 |
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 |