LibGfx: Use libjxl to decode JPEG XL images

It currently doesn't support animated image.

Note that Gfx::Bitmap has no support for get_pixel when the format is
RGBA8888. This is why it has been removed from the tests.
This commit is contained in:
Lucas CHOLLET
2024-07-21 17:23:28 -04:00
committed by Andreas Kling
parent d417b75683
commit 1039561280
6 changed files with 124 additions and 2652 deletions

View File

@@ -7,6 +7,7 @@
},
"icu",
"libjpeg-turbo",
"libjxl",
{
"name": "libpng",
"features": [
@@ -70,6 +71,10 @@
"name": "libjpeg-turbo",
"version": "3.0.2"
},
{
"name": "libjxl",
"version": "0.10.2"
},
{
"name": "libpng",
"version": "1.6.43#1"