aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorDaniel Eklöf <daniel@ekloef.se>2024-04-18 15:58:56 +0200
committerDaniel Eklöf <daniel@ekloef.se>2024-04-18 15:58:56 +0200
commit76e8e219743ff75288a30c93c301c17ba3f18c46 (patch)
tree1e877f031d0bb9499ed6ccb35ec031070242d657 /CHANGELOG.md
parentd3c647694ac30fc8df6fb58dd1c2968f88ce1a4f (diff)
downloadwbg-76e8e219743ff75288a30c93c301c17ba3f18c46.tar.gz
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.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
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