mirror of
https://github.com/fergalmoran/ladybird.git
synced 2025-12-22 01:09:25 +00:00
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:
committed by
Andreas Kling
parent
d417b75683
commit
1039561280
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user