1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-10 03:37:35 +00:00
serenity/Tests/LibGfx
Bruno Conde 7e9019a9c3 LibGfx: Support BMP favicons with less than 32 bpp
Adapt BMPImageDecoderPlugin to support BMP images included in ICOns.
ICOImageDecoderPlugin now uses BMPImageDecoderPlugin to decode all
BMP images instead of it's own ad-hoc decoder which only supported
32 bpp BMPs.
2022-12-20 10:26:55 +01:00
..
BenchmarkGfxPainter.cpp LibGfx: Move other font-related files to LibGfx/Font/ 2022-04-09 23:48:18 +02:00
CMakeLists.txt Everywhere: Mark dependencies of most targets as PRIVATE 2022-11-01 14:49:09 +00:00
TestFont.font Tests: Update TestFontHandling and add new test 2022-08-04 02:54:00 +02:00
TestFontHandling.cpp Tests: Update TestFontHandling and add new test 2022-08-04 02:54:00 +02:00
TestImageDecoder.cpp LibGfx: Support BMP favicons with less than 32 bpp 2022-12-20 10:26:55 +01:00