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 /179 |
Diffstat (limited to '179')
-rw-r--r-- | 179/index.md | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/179/index.md b/179/index.md new file mode 100644 index 0000000..a5b8fbc --- /dev/null +++ b/179/index.md @@ -0,0 +1,28 @@ +Title: iCCP: known incorrect sRGB profile +Author: rodarima +Created: Sat, 01 Jun 2024 19:22:19 +0000 +State: closed + +``` +Png_error_handling: https://emoji.redditmedia.com/1xwpxlk1cr3d1_t5_3l98x/wuwa_ico: iCCP: known incorrect sRGB profile +``` + +It seems to be a proper PNG file and sxiv can open it: + +``` +% file wuwa_ico.png +wuwa_ico.png: PNG image data, 64 x 64, 8-bit/color RGBA, non-interlaced +``` + +Attached here: + + + +--%-- +From: rodarima +Date: Sat, 01 Jun 2024 19:25:14 +0000 + +Fixed in mobilized dillo by issuing a warning: +``` +** WARNING **: Png warning: iCCP: known incorrect sRGB profile in file:///tmp/wuwa_ico.png +```
\ No newline at end of file |