From 76e8e219743ff75288a30c93c301c17ba3f18c46 Mon Sep 17 00:00:00 2001 From: Daniel Eklöf Date: Thu, 18 Apr 2024 15:58:56 +0200 Subject: png: do alpha pre-multiplication manually Something's up with libpng's alpha-mode... it's required to get proper alpha (transparency) on some images, but at the same time, that breaks other images (they are rendered way too dark). Doing the pre-multiplication manually seems to handle all images correctly. --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index d487564..607d8d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ ### Deprecated ### Removed ### Fixed + +* Alpha not being applied correctly to PNG images. + + ### Security ### Contributors -- cgit v1.2.3