ladybird/Tests/LibGfx/test-inputs/ico
Timothy Flynn b7c4cd511f LibGfx: Select largest ICO image before bpp tie-break
When choosing the best image from an ICO file, prefer the entry with the
largest pixel area first, and only use bits-per-pixel as a tie-breaker.
This had regressed in commit b10fe7c136.

This fixes ICO files like Discord's favicon, where 16x16, 32x32, 48x48,
and 256x256 entries all advertise the same bpp. We were previously just
choosing whichever we saw first, which happened to be the 16x16 icon.
2026-05-28 06:32:00 +02:00
..
malformed_maskless.ico LibGfx/ICO: Do not try to decode a mask if we already reached EOF 2024-01-07 12:32:02 -05:00
multiple-sizes-with-same-bpp.ico LibGfx: Select largest ICO image before bpp tie-break 2026-05-28 06:32:00 +02:00
oss-fuzz-testcase-62541.ico
oss-fuzz-testcase-63177.ico
oss-fuzz-testcase-63357.ico LibGfx/BMPLoader: Mitigate potential overflows when decoding bitmap DIB 2023-10-25 05:52:29 +02:00
serenity.ico Tests/LibGfx: Move the ICO test file to the ico directory 2024-01-07 12:32:02 -05:00
yt-favicon.ico LibGfx: Fix incorrect colors in ICO-embedded BMPs 2025-04-24 13:46:54 +01:00