mirror of
https://invent.kde.org/frameworks/kimageformats.git
synced 2025-07-18 20:04:16 -04:00
Add plugin for JPEG XL (JXL)
This commit is contained in:
@ -82,6 +82,12 @@ if (LibHeif_FOUND)
|
||||
)
|
||||
endif()
|
||||
|
||||
if (LibJXL_FOUND AND LibJXLThreads_FOUND)
|
||||
kimageformats_read_tests(
|
||||
jxl
|
||||
)
|
||||
endif()
|
||||
|
||||
# Allow some fuzziness when reading this formats, to allow for
|
||||
# rounding errors (eg: in alpha blending).
|
||||
kimageformats_read_tests(FUZZ 1
|
||||
|
BIN
autotests/read/jxl/rgb.jxl
Normal file
BIN
autotests/read/jxl/rgb.jxl
Normal file
Binary file not shown.
BIN
autotests/read/jxl/rgb.png
Normal file
BIN
autotests/read/jxl/rgb.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 528 KiB |
BIN
autotests/read/jxl/rgba.jxl
Normal file
BIN
autotests/read/jxl/rgba.jxl
Normal file
Binary file not shown.
BIN
autotests/read/jxl/rgba.png
Normal file
BIN
autotests/read/jxl/rgba.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 117 KiB |
Reference in New Issue
Block a user