SerenityOS build: Saturday, July 13
Images 💾⌗
- serenity-x86_64-20240713-1a66307.img.gz (Raw image, 219.37 MiB)
Last commit ⭐⌗
commit 1a663078ed6d0886bbf479421793be5d1f1b421b
Author: Nico Weber <thakis@chromium.org>
AuthorDate: Fri Jul 12 16:40:23 2024 -0400
Commit: Nico Weber <thakis@chromium.org>
CommitDate: Fri Jul 12 19:01:07 2024 -0400
LibGfx/WebPLoader: Use transparent black as animation background color
This matches libwebp (see ZeroFillCanvas() call in
libwebp/src/demux/anim_decode.c:355 and ZeroFillFrameRect() call
in line 435, but in WebPAnimDecoderGetNext()) and makes files
written e.g. by asesprite look correct -- even though the old
behavior is also spec-compliant and arguably makes more sense.
Now nothing looks at the background color stored in the file.
See PR for an example image where it makes a visible difference.
Other builds